mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:38:10 +00:00
Kernel: Remove KBufferBuilder API for reusing an existing buffer
This is not used anywhere anymore anyway.
This commit is contained in:
parent
a3063dfd33
commit
fef835de7f
2 changed files with 0 additions and 9 deletions
|
@ -17,7 +17,6 @@ public:
|
|||
using OutputType = KBuffer;
|
||||
|
||||
explicit KBufferBuilder(bool can_expand = false);
|
||||
explicit KBufferBuilder(RefPtr<KBufferImpl>&, bool can_expand = false);
|
||||
KBufferBuilder(KBufferBuilder&&) = default;
|
||||
~KBufferBuilder() = default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue