mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
Kernel: Remove unused 'ImmutableBufferArgument'
This commit is contained in:
committed by
Andreas Kling
parent
66b0012bfd
commit
2a8baf9582
@@ -234,12 +234,6 @@ struct MutableBufferArgument {
|
||||
SizeType size { 0 };
|
||||
};
|
||||
|
||||
template<typename DataType, typename SizeType>
|
||||
struct ImmutableBufferArgument {
|
||||
const DataType* data { nullptr };
|
||||
SizeType size { 0 };
|
||||
};
|
||||
|
||||
struct StringListArgument {
|
||||
StringArgument* strings {};
|
||||
size_t length { 0 };
|
||||
|
||||
Reference in New Issue
Block a user