1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:17:35 +00:00

AK: Remove unused NO_RETURN macro

This commit is contained in:
Gunnar Beutner 2021-07-09 11:56:26 +02:00 committed by Andreas Kling
parent b11fe40240
commit 3e53f4a3de

View file

@ -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