aboutsummaryrefslogtreecommitdiff
path: root/libs/kstd/src/bits
diff options
context:
space:
mode:
Diffstat (limited to 'libs/kstd/src/bits')
-rw-r--r--libs/kstd/src/bits/os.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/libs/kstd/src/bits/os.cpp b/libs/kstd/src/bits/os.cpp
deleted file mode 100644
index e6edbfd..0000000
--- a/libs/kstd/src/bits/os.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "kstd/bits/os.hpp"
-
-namespace kstd::os
-{
- [[gnu::weak, noreturn]]
- auto abort() -> void
- {
- os::panic("Abort called.");
- }
-} // namespace kstd::os \ No newline at end of file