mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:07:45 +00:00
AK: Remove unused NO_RETURN macro
This commit is contained in:
parent
b11fe40240
commit
3e53f4a3de
1 changed files with 0 additions and 5 deletions
|
@ -54,11 +54,6 @@
|
||||||
#endif
|
#endif
|
||||||
#define NO_SANITIZE_ADDRESS __attribute__((no_sanitize_address))
|
#define NO_SANITIZE_ADDRESS __attribute__((no_sanitize_address))
|
||||||
|
|
||||||
#ifdef NO_RETURN
|
|
||||||
# undef NO_RETURN
|
|
||||||
#endif
|
|
||||||
#define NO_RETURN [[noreturn]]
|
|
||||||
|
|
||||||
#ifdef NAKED
|
#ifdef NAKED
|
||||||
# undef NAKED
|
# undef NAKED
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue