From 6f3f1caee33ca8abe3402fb0ff3e69e2819a9e0c Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 23 Nov 2018 22:16:52 -0500 Subject: [PATCH] Revert "define nhassert if not defined by port." This reverts commit cff9fb441a59d06134b731c57d84fe9c1b2143a0. --- include/global.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/global.h b/include/global.h index c1f171651..154c49ebe 100644 --- a/include/global.h +++ b/include/global.h @@ -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 */