mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:37:45 +00:00
Kernel: Remove now unused REQUIRE_PROMISE and REQUIRE_NO_PROMISES macros
This commit is contained in:
parent
0f7fe1eb08
commit
89783d7843
1 changed files with 0 additions and 10 deletions
|
@ -956,16 +956,6 @@ inline ProcessID Thread::pid() const
|
|||
return m_process->pid();
|
||||
}
|
||||
|
||||
#define REQUIRE_PROMISE(promise) \
|
||||
do { \
|
||||
Process::current().require_promise(Pledge::promise); \
|
||||
} while (0)
|
||||
|
||||
#define REQUIRE_NO_PROMISES \
|
||||
do { \
|
||||
Process::current().require_no_promises(); \
|
||||
} while (0)
|
||||
|
||||
}
|
||||
|
||||
#define VERIFY_PROCESS_BIG_LOCK_ACQUIRED(process) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue