summaryrefslogtreecommitdiffhomepage
path: root/include/LibC++/__abi+unreachable.inl
diff options
context:
space:
mode:
Diffstat (limited to 'include/LibC++/__abi+unreachable.inl')
-rw-r--r--include/LibC++/__abi+unreachable.inl16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/LibC++/__abi+unreachable.inl b/include/LibC++/__abi+unreachable.inl
deleted file mode 100644
index 5628e7d..0000000
--- a/include/LibC++/__abi+unreachable.inl
+++ /dev/null
@@ -1,16 +0,0 @@
-/* ========================================
-
- Copyright (C) 2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.
-
-======================================== */
-
-#include <LibC++/__abi.h>
-#include <LibC++/base_process.h>
-
-static const int32_t __unreachable_code = 34;
-
-extern "C" void __compilerkit_unreachable(void) {
- std::base_process::signal(__unreachable_code);
-
- while (1);
-} \ No newline at end of file