Commit 9c9674a3 authored by Paul Sokolovsky's avatar Paul Sokolovsky

zephyr/main: Remove unused __fatal_error().

parent 8891b2e7
...@@ -146,10 +146,6 @@ NORETURN void nlr_jump_fail(void *val) { ...@@ -146,10 +146,6 @@ NORETURN void nlr_jump_fail(void *val) {
while (1); while (1);
} }
void NORETURN __fatal_error(const char *msg) {
while (1);
}
#ifndef NDEBUG #ifndef NDEBUG
void MP_WEAK __assert_func(const char *file, int line, const char *func, const char *expr) { void MP_WEAK __assert_func(const char *file, int line, const char *func, const char *expr) {
printf("Assertion '%s' failed, at file %s:%d\n", expr, file, line); printf("Assertion '%s' failed, at file %s:%d\n", expr, file, line);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment