mirror of
https://github.com/RGBCube/serenity
synced 2025-06-04 03:18:14 +00:00
Kernel: Remove unused enum Region::SetVolatileError
This commit is contained in:
parent
4648bcd3d4
commit
ae3778c303
1 changed files with 0 additions and 6 deletions
|
@ -198,12 +198,6 @@ public:
|
||||||
|
|
||||||
void remap();
|
void remap();
|
||||||
|
|
||||||
enum class SetVolatileError {
|
|
||||||
Success = 0,
|
|
||||||
NotPurgeable,
|
|
||||||
OutOfMemory
|
|
||||||
};
|
|
||||||
|
|
||||||
bool is_syscall_region() const { return m_syscall_region; }
|
bool is_syscall_region() const { return m_syscall_region; }
|
||||||
void set_syscall_region(bool b) { m_syscall_region = b; }
|
void set_syscall_region(bool b) { m_syscall_region = b; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue