mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:57:44 +00:00
Kernel: Remove unused MemoryManager::remove_identity_mapping()
This was not actually used and just sitting there being confusing.
This commit is contained in:
parent
c258c9a4b2
commit
98ce498922
2 changed files with 0 additions and 16 deletions
|
@ -100,7 +100,6 @@ private:
|
|||
void map_protected(VirtualAddress, size_t length);
|
||||
|
||||
void create_identity_mapping(PageDirectory&, VirtualAddress, size_t length);
|
||||
void remove_identity_mapping(PageDirectory&, VirtualAddress, size_t);
|
||||
|
||||
static Region* region_from_vaddr(Process&, VirtualAddress);
|
||||
static const Region* region_from_vaddr(const Process&, VirtualAddress);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue