diff options
Diffstat (limited to 'kernel/src/kstd.cpp')
| -rw-r--r-- | kernel/src/kstd.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/kernel/src/kstd.cpp b/kernel/src/kstd.cpp deleted file mode 100644 index 41c4d60..0000000 --- a/kernel/src/kstd.cpp +++ /dev/null @@ -1,16 +0,0 @@ -#include "kapi/system.hpp" - -#include <kstd/bits/os.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 |
