mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
Kernel: Remove a handful of unused things in VM/ directory
Also add some missing initializers.
This commit is contained in:
parent
ba42d741cb
commit
0dbb22e9e0
Notes:
sideshowbarker
2024-07-18 22:25:34 +09:00
Author: https://github.com/awesomekling
Commit: 0dbb22e9e0
12 changed files with 5 additions and 66 deletions
|
@ -115,8 +115,6 @@ public:
|
|||
return IterationDecision::Continue;
|
||||
}
|
||||
|
||||
size_t get_lazy_committed_page_count() const;
|
||||
|
||||
private:
|
||||
explicit AnonymousVMObject(size_t, AllocationStrategy);
|
||||
explicit AnonymousVMObject(PhysicalAddress, size_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue