From 9c9674a32599b8f9268fb479fc1cb3d62a5ec2f0 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky <pfalcon@users.sourceforge.net> Date: Tue, 14 Mar 2017 00:19:35 +0300 Subject: [PATCH] zephyr/main: Remove unused __fatal_error(). --- zephyr/main.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zephyr/main.c b/zephyr/main.c index 61de6e168..25bd88f76 100644 --- a/zephyr/main.c +++ b/zephyr/main.c @@ -146,10 +146,6 @@ NORETURN void nlr_jump_fail(void *val) { while (1); } -void NORETURN __fatal_error(const char *msg) { - while (1); -} - #ifndef NDEBUG 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); -- GitLab