mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:17:35 +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
12 changed files with 5 additions and 66 deletions
|
@ -220,7 +220,6 @@ public:
|
|||
ScopedSpinLock lock(m_volatile_ranges_lock);
|
||||
ScopedSpinLock other_lock(other.m_volatile_ranges_lock);
|
||||
m_volatile_ranges = other.m_volatile_ranges;
|
||||
return;
|
||||
}
|
||||
|
||||
bool add_volatile_range(const VolatilePageRange& range);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue