Code-base clean-up and refactoring (#47)
[lunaix-os.git] / lunaix-os / kernel / spike.c
index 86eaf94ce67d83acac371388ac541c838369a3ce..e1983df04f74830678baac8e42eddb6d2546e694 100644 (file)
@@ -16,11 +16,4 @@ __assert_fail(const char* expr, const char* file, unsigned int line)
     ERROR("assertion fail (%s:%u)\n\t%s", file, line, expr);
     
     failsafe_diagnostic();
-}
-
-void noret
-panick(const char* msg)
-{
-    cpu_trap_panic(msg);
-    spin();
-}
+}
\ No newline at end of file