فهرست منبع

Kernel: Remove unused enum Region::SetVolatileError

Andreas Kling 4 سال پیش
والد
کامیت
ae3778c303
1فایلهای تغییر یافته به همراه0 افزوده شده و 6 حذف شده
  1. 0 6
      Kernel/VM/Region.h

+ 0 - 6
Kernel/VM/Region.h

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