1
Fork 0
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:
Andreas Kling 2021-07-25 17:06:51 +02:00
parent 4648bcd3d4
commit ae3778c303

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