mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:07:44 +00:00
Kernel+Userland: Remove shared buffers (shbufs)
All users of this mechanism have been switched to anonymous files and passing file descriptors with sendfd()/recvfd(). Shbufs got us where we are today, but it's time we say good-bye to them and welcome a much more idiomatic replacement. :^)
This commit is contained in:
parent
2cd16778b5
commit
bf0719092f
28 changed files with 2 additions and 1022 deletions
|
@ -38,7 +38,6 @@ class JsonArray;
|
|||
class JsonObject;
|
||||
class JsonValue;
|
||||
class LogStream;
|
||||
class SharedBuffer;
|
||||
class StackInfo;
|
||||
class String;
|
||||
class StringBuilder;
|
||||
|
@ -169,7 +168,6 @@ using AK::OutputStream;
|
|||
using AK::OwnPtr;
|
||||
using AK::ReadonlyBytes;
|
||||
using AK::RefPtr;
|
||||
using AK::SharedBuffer;
|
||||
using AK::SinglyLinkedList;
|
||||
using AK::Span;
|
||||
using AK::StackInfo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue