Kernel: Remove unused enum Region::SetVolatileError

This commit is contained in:
Andreas Kling 2021-07-25 17:06:51 +02:00
commit ae3778c303
Notes: sideshowbarker 2024-07-18 08:21:51 +09:00

View file

@ -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; }