From b883af48e9624e2215d1e790ca0da4969480ce13 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 26 May 2014 16:06:05 -0700 Subject: Remove unused uASSERT macro Signed-off-by: Alan Coopersmith --- utils.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/utils.h b/utils.h index 5db7377..7a54df6 100644 --- a/utils.h +++ b/utils.h @@ -136,15 +136,6 @@ extern char *uStringDup(const char * /* s1 */); /***====================================================================***/ -#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 -- cgit v1.2.3