mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
Kernel: Remove declarations for non-existent methods
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user