mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:57:43 +00:00
Remove InodeIdentifier::metadata().
This commit is contained in:
parent
3a0a8848fb
commit
951ed6692b
3 changed files with 6 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue