mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:08:10 +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();
|
||||
|
||||
enum class SetVolatileError {
|
||||
Success = 0,
|
||||
NotPurgeable,
|
||||
OutOfMemory
|
||||
};
|
||||
|
||||
bool is_syscall_region() const { return m_syscall_region; }
|
||||
void set_syscall_region(bool b) { m_syscall_region = b; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue