mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 22:30:31 +00:00
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: 2a8baf9582
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 };
|
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