1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:57:43 +00:00

Remove InodeIdentifier::metadata().

This commit is contained in:
Andreas Kling 2018-12-21 17:16:53 +01:00
parent 3a0a8848fb
commit 951ed6692b
3 changed files with 6 additions and 14 deletions

View file

@ -33,7 +33,6 @@ public:
return m_fsid != other.m_fsid || m_index != other.m_index;
}
InodeMetadata metadata() const;
bool is_root_inode() const;
ByteBuffer read_entire_file() const;