From a1a51463c68a65ec7d90cba665b11b91faec15a8 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 23 Nov 2018 22:17:29 -0500 Subject: [PATCH] Revert "Added nhassert() support to tile2bmp." This reverts commit a27fd2d83daf464ea8dbfaf6eef98c270b2d1e79. --- win/share/tile2bmp.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/win/share/tile2bmp.c b/win/share/tile2bmp.c index 6722bbc26..ca2c7dd73 100644 --- a/win/share/tile2bmp.c +++ b/win/share/tile2bmp.c @@ -360,10 +360,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); -} -- 2.49.0