mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 14:43:01 +02:00
Kernel: Remove declarations for non-existent methods
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 01:07:06 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/3cbc0fdbb0 Pull-request: https://github.com/SerenityOS/serenity/pull/17203 Reviewed-by: https://github.com/linusg ✅
@@ -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