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
Notes: sideshowbarker 2024-07-18 09:26:58 +09:00

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