mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
AK: Remove unused NO_RETURN macro
This commit is contained in:
parent
b11fe40240
commit
3e53f4a3de
Notes:
sideshowbarker
2024-07-18 09:26:58 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/3e53f4a3de4 Pull-request: https://github.com/SerenityOS/serenity/pull/8571 Reviewed-by: https://github.com/BertalanD
1 changed files with 0 additions and 5 deletions
|
@ -54,11 +54,6 @@
|
|||
#endif
|
||||
#define NO_SANITIZE_ADDRESS __attribute__((no_sanitize_address))
|
||||
|
||||
#ifdef NO_RETURN
|
||||
# undef NO_RETURN
|
||||
#endif
|
||||
#define NO_RETURN [[noreturn]]
|
||||
|
||||
#ifdef NAKED
|
||||
# undef NAKED
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue