mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:27:43 +00:00
Kernel: Remove unused VMObject::is_contiguous()
This commit is contained in:
parent
4226b662cd
commit
b70b3a9b92
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ public:
|
|||
virtual bool is_inode() const { return false; }
|
||||
virtual bool is_shared_inode() const { return false; }
|
||||
virtual bool is_private_inode() const { return false; }
|
||||
virtual bool is_contiguous() const { return false; }
|
||||
|
||||
size_t page_count() const { return m_physical_pages.size(); }
|
||||
Span<RefPtr<PhysicalPage> const> physical_pages() const { return m_physical_pages.span(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue