From 42649d315baa5fed75d731f5cb94070e54a519c0 Mon Sep 17 00:00:00 2001 From: Polprzewodnikowy Date: Sat, 15 Jan 2022 02:47:10 +0100 Subject: [PATCH] no assert --- sw/n64/src/error.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sw/n64/src/error.c b/sw/n64/src/error.c index df945d0..c76c080 100644 --- a/sw/n64/src/error.c +++ b/sw/n64/src/error.c @@ -11,7 +11,3 @@ void error_display (const char *fmt, ...) { while (1); } - -void __assert_func (const char *file, int line, const char *func, const char *failedexpr) { - while (1); -}