mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-02 17:28:48 +00:00
Get rid of Ext2FS::is_directory_inode().
This was only used for assertions and will be factored out in favor of Inode metadata checks eventually.
This commit is contained in:
parent
12a6963a5d
commit
1e07ead119
Notes:
sideshowbarker
2024-07-19 16:07:20 +09:00
Author: https://github.com/awesomekling
Commit: 1e07ead119
2 changed files with 0 additions and 10 deletions
|
@ -77,7 +77,6 @@ private:
|
|||
virtual InodeIdentifier find_parent_of_inode(InodeIdentifier) const override;
|
||||
virtual RetainPtr<Inode> get_inode(InodeIdentifier) const override;
|
||||
|
||||
bool is_directory_inode(unsigned) const;
|
||||
unsigned allocate_inode(unsigned preferredGroup, unsigned expectedSize);
|
||||
Vector<BlockIndex> allocate_blocks(unsigned group, unsigned count);
|
||||
unsigned group_index_from_inode(unsigned) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue