aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/kstd/os.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/src/kstd/os.cpp')
-rw-r--r--kernel/src/kstd/os.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/kernel/src/kstd/os.cpp b/kernel/src/kstd/os.cpp
deleted file mode 100644
index 5280f9c..0000000
--- a/kernel/src/kstd/os.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-#include "kapi/system.hpp"
-
-#include <kstd/os/error.hpp>
-
-#include <source_location>
-#include <string_view>
-
-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