Skip to content

Commit 9c9674a

Browse files
committed
zephyr/main: Remove unused __fatal_error().
1 parent 8891b2e commit 9c9674a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

zephyr/main.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,6 @@ NORETURN void nlr_jump_fail(void *val) {
146146
while (1);
147147
}
148148

149-
void NORETURN __fatal_error(const char *msg) {
150-
while (1);
151-
}
152-
153149
#ifndef NDEBUG
154150
void MP_WEAK __assert_func(const char *file, int line, const char *func, const char *expr) {
155151
printf("Assertion '%s' failed, at file %s:%d\n", expr, file, line);

0 commit comments

Comments
 (0)