mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-05 08:06:09 +00:00
Get rid of Vnode concept.
We already have an abstraction between Process and Inode/CharacterDevice/FIFO and it's called FileDescriptor. :^)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
CharacterDevice::~CharacterDevice()
|
||||
{
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
|
||||
RetainPtr<FileDescriptor> CharacterDevice::open(int options)
|
||||
|
||||
Reference in New Issue
Block a user