mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 05:22:24 +00:00
Kernel: Remove unused enum Region::SetVolatileError
This commit is contained in:
parent
4648bcd3d4
commit
ae3778c303
Notes:
sideshowbarker
2024-07-18 08:21:51 +09:00
Author: https://github.com/awesomekling
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