mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-12 10:40:39 +09:00
FileSystem: Don't expose VFS::root_inode().
It seems like we don't need to expose this anymore, it's only used by VFS internally to construct the root custody.
This commit is contained in:
parent
056a7fea08
commit
a1fdda3e20
Notes:
sideshowbarker
2024-07-19 13:49:27 +09:00
Author: https://github.com/awesomekling
Commit: a1fdda3e20
2 changed files with 1 additions and 3 deletions
|
@ -90,8 +90,6 @@ public:
|
|||
void for_each_mount(Function<void(const Mount&)>) const;
|
||||
|
||||
InodeIdentifier root_inode_id() const;
|
||||
Inode* root_inode() { return m_root_inode.ptr(); }
|
||||
const Inode* root_inode() const { return m_root_inode.ptr(); }
|
||||
|
||||
void sync();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue