renamed and cleaned up export header files to match linux convention
[lunaix-os.git] / lunaix-os / includes / lunaix / spike.h
index 8abd8b0aaecfec6c9358511ee6ba6ecc45d31e88..b2a335b00d50cf57906f6314a035985060540684 100644 (file)
@@ -115,9 +115,6 @@ __assert_fail(const char* expr, const char* file, unsigned int line)
 
 #endif // CONFIG_NO_ASSERT
 
-void noret
-panick(const char* msg);
-
 #define wait_until(cond)                                                       \
     while (!(cond))                                                            \
         ;