mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:27:45 +00:00
Everywhere: Remove unused RELEASE_ASSERT macro
This commit is contained in:
parent
5d180d1f99
commit
679cc154e6
4 changed files with 0 additions and 14 deletions
|
@ -41,11 +41,6 @@
|
|||
do { \
|
||||
asm volatile("ud2"); \
|
||||
} while (0)
|
||||
#define RELEASE_ASSERT(x) \
|
||||
do { \
|
||||
if (!(x)) \
|
||||
CRASH(); \
|
||||
} while (0)
|
||||
|
||||
#define VERIFY_INTERRUPTS_DISABLED() VERIFY(!(cpu_flags() & 0x200))
|
||||
#define VERIFY_INTERRUPTS_ENABLED() VERIFY(cpu_flags() & 0x200)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue