From dbf2b0e8524a0c163852cee94e628e2fbc259c3b Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 23 Nov 2018 22:17:26 -0500 Subject: [PATCH] Revert "Added nhassert() support." This reverts commit 31dc1c9233960606fa049fbd6377d2ba7c379036. --- util/lev_main.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/util/lev_main.c b/util/lev_main.c index 729549791..ecf7a444c 100644 --- a/util/lev_main.c +++ b/util/lev_main.c @@ -1637,11 +1637,4 @@ short ospeed; #endif #endif /* STRICT_REF_DEF */ -/* nhassert_failed is called when an nhassert's condition is false */ -void nhassert_failed(const char * exp, const char * file, int line) -{ - fprintf(stderr, "NHASSERT(%s) in '%s' at line %d\n", exp, file, line); - exit(EXIT_FAILURE); -} - /*lev_main.c*/