From d187955838c630a6806ec04862af358c8d6072d3 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 13 Jul 2019 01:05:53 -0400 Subject: [PATCH] another merge bit --- util/lev_main.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/util/lev_main.c b/util/lev_main.c index d540cb5fd..b3dbbce0a 100644 --- a/util/lev_main.c +++ b/util/lev_main.c @@ -1636,11 +1636,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*/