From 1e47fe61b99634cf87578c933d22a5510d817c30 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 14 Jul 2019 12:17:47 -0400 Subject: [PATCH] stale code --- win/share/tile2bmp.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/win/share/tile2bmp.c b/win/share/tile2bmp.c index 522cee762..636cf1396 100644 --- a/win/share/tile2bmp.c +++ b/win/share/tile2bmp.c @@ -363,10 +363,3 @@ pixel (*pixels)[TILE_X]; } } } - -/* 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); -}