summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/utils.h b/utils.h
index 62c9f2f..81f5893 100644
--- a/utils.h
+++ b/utils.h
@@ -219,15 +219,6 @@ uInformation(const char * /* s */ , ...
/***====================================================================***/
-#ifdef ASSERTIONS_ON
-#define uASSERT(where,why) \
- {if (!(why)) uFatalError("assertion botched in %s ( why )\n",where);}
-#else
-#define uASSERT(where,why)
-#endif
-
-/***====================================================================***/
-
#ifndef DEBUG_VAR
#define DEBUG_VAR debugFlags
#endif