aboutsummaryrefslogtreecommitdiff
path: root/src/kstd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kstd.cpp')
-rw-r--r--src/kstd.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/kstd.cpp b/src/kstd.cpp
deleted file mode 100644
index 2149c12..0000000
--- a/src/kstd.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#include "kapi/system.hpp"
-
-#include <kstd/bits/os.hpp>
-
-namespace kstd::os
-{
-
- auto panic(std::string_view message, std::source_location location) -> void
- {
- teachos::system::panic(message, location);
- }
-
-} // namespace kstd::os \ No newline at end of file