mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:27:34 +00:00
Remove FS::read_entire_inode() in favor of Inode::read_entire().
This commit is contained in:
parent
04ee693925
commit
7bc41532be
9 changed files with 9 additions and 66 deletions
|
@ -35,8 +35,6 @@ public:
|
|||
|
||||
bool is_root_inode() const;
|
||||
|
||||
ByteBuffer read_entire_file() const;
|
||||
|
||||
private:
|
||||
dword m_fsid { 0 };
|
||||
dword m_index { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue