]> granicus.if.org Git - nethack/commitdiff
Revert "define nhassert if not defined by port."
authornhmall <nhmall@nethack.org>
Sat, 24 Nov 2018 03:16:52 +0000 (22:16 -0500)
committernhmall <nhmall@nethack.org>
Sat, 24 Nov 2018 03:16:52 +0000 (22:16 -0500)
This reverts commit cff9fb441a59d06134b731c57d84fe9c1b2143a0.

include/global.h

index c1f17165169146c8571f84e820de5ed74fe186fe..154c49ebeba2e01fe19da5d89f84b4f89b928aa1 100644 (file)
@@ -364,9 +364,5 @@ struct savefile_info {
 #define nethack_enter(argc, argv) ((void) 0)
 #endif
 
-/* Supply nhassert macro if not supplied by port */
-#ifndef nhassert
-#define nhassert(expression) ((void)0)
-#endif
 
 #endif /* GLOBAL_H */