diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/kstd.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/kstd.cpp b/src/kstd.cpp index 77155af..2149c12 100644 --- a/src/kstd.cpp +++ b/src/kstd.cpp @@ -5,12 +5,6 @@ namespace kstd::os { - auto abort() -> bool - { - panic("Abort called."); - return true; - } - auto panic(std::string_view message, std::source_location location) -> void { teachos::system::panic(message, location); |
