mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:08:12 +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 };
|
||||
};
|
||||
|
||||
template<typename DataType, typename SizeType>
|
||||
struct ImmutableBufferArgument {
|
||||
const DataType* data { nullptr };
|
||||
SizeType size { 0 };
|
||||
};
|
||||
|
||||
struct StringListArgument {
|
||||
StringArgument* strings {};
|
||||
size_t length { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue