mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 17:19:13 +00:00
Kernel: Remove broken implementation of Unix SHM
This code never worked, as was never used for anything. We can build a much better SHM implementation on top of TmpFS or similar when we get to the point when we need one.
This commit is contained in:
parent
4fa7146da1
commit
7f04334664
Notes:
sideshowbarker
2024-07-19 10:25:55 +09:00
Author: https://github.com/awesomekling
Commit: 7f04334664
11 changed files with 2 additions and 208 deletions
|
@ -63,7 +63,6 @@ public:
|
|||
virtual bool is_seekable() const { return false; }
|
||||
|
||||
virtual bool is_inode() const { return false; }
|
||||
virtual bool is_shared_memory() const { return false; }
|
||||
virtual bool is_fifo() const { return false; }
|
||||
virtual bool is_device() const { return false; }
|
||||
virtual bool is_tty() const { return false; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue