Revert "define nhassert if not defined by port."

This reverts commit cff9fb441a.
This commit is contained in:
nhmall
2018-11-23 22:16:52 -05:00
parent 9db124f650
commit 6f3f1caee3

View 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 */