mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:27:45 +00:00
Kernel: Remove unused 'ImmutableBufferArgument'
This commit is contained in:
parent
66b0012bfd
commit
2a8baf9582
1 changed files with 0 additions and 6 deletions
|
@ -234,12 +234,6 @@ struct MutableBufferArgument {
|
||||||
SizeType size { 0 };
|
SizeType size { 0 };
|
||||||
};
|
};
|
||||||
|
|
||||||
template<typename DataType, typename SizeType>
|
|
||||||
struct ImmutableBufferArgument {
|
|
||||||
const DataType* data { nullptr };
|
|
||||||
SizeType size { 0 };
|
|
||||||
};
|
|
||||||
|
|
||||||
struct StringListArgument {
|
struct StringListArgument {
|
||||||
StringArgument* strings {};
|
StringArgument* strings {};
|
||||||
size_t length { 0 };
|
size_t length { 0 };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue