summaryrefslogtreecommitdiff
path: root/AK
diff options
context:
space:
mode:
authorGunnar Beutner <gbeutner@serenityos.org>2021-07-09 11:56:26 +0200
committerAndreas Kling <kling@serenityos.org>2021-07-10 01:41:57 +0200
commit3e53f4a3de4ef863e78069a1d7fc4d28c451583b (patch)
tree592451014eb0d100c4847538454a7e33786ca85e /AK
parentb11fe40240f9b0ea84625da607041cf244052d3d (diff)
downloadserenity-3e53f4a3de4ef863e78069a1d7fc4d28c451583b.zip
AK: Remove unused NO_RETURN macro
Diffstat (limited to 'AK')
-rw-r--r--AK/Platform.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/AK/Platform.h b/AK/Platform.h
index 6a0f0c5d29..2924f53cc3 100644
--- a/AK/Platform.h
+++ b/AK/Platform.h
@@ -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