Kernel: Remove unused 'ImmutableBufferArgument'
This commit is contained in:
parent
66b0012bfd
commit
2a8baf9582
Notes:
sideshowbarker
2024-07-18 23:10:34 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/2a8baf95826 Pull-request: https://github.com/SerenityOS/serenity/pull/4965 Reviewed-by: https://github.com/bugaevc Reviewed-by: https://github.com/emanuele6
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
Reference in a new issue