Remove FS::read_entire_inode() in favor of Inode::read_entire().

This commit is contained in:
Andreas Kling
2018-12-21 17:45:42 +01:00
parent 04ee693925
commit 7bc41532be
9 changed files with 9 additions and 66 deletions

View File

@@ -51,8 +51,6 @@ public:
virtual RetainPtr<Inode> get_inode(InodeIdentifier) const = 0;
ByteBuffer read_entire_inode(InodeIdentifier, FileDescriptor* = nullptr) const;
protected:
FS();