mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-30 06:06:48 +00:00
Kernel: Remove declarations for non-existent methods
This commit is contained in:
parent
09a22ddb2a
commit
3cbc0fdbb0
Notes:
sideshowbarker
2024-07-17 01:07:06 +09:00
Author: https://github.com/AtkinsSJ
Commit: 3cbc0fdbb0
Pull-request: https://github.com/SerenityOS/serenity/pull/17203
Reviewed-by: https://github.com/linusg ✅
19 changed files with 0 additions and 42 deletions
|
@ -44,7 +44,6 @@ protected:
|
|||
void remove_disk_cache_before_last_unmount();
|
||||
|
||||
private:
|
||||
DiskCache& cache() const;
|
||||
void flush_specific_block_if_needed(BlockIndex index);
|
||||
|
||||
mutable MutexProtected<OwnPtr<DiskCache>> m_cache;
|
||||
|
|
|
@ -32,9 +32,6 @@ public:
|
|||
FileSystemID fsid() const { return m_fsid; }
|
||||
InodeIndex index() const { return m_index; }
|
||||
|
||||
FileSystem* fs();
|
||||
FileSystem const* fs() const;
|
||||
|
||||
bool operator==(InodeIdentifier const& other) const
|
||||
{
|
||||
return m_fsid == other.m_fsid && m_index == other.m_index;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue