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