diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-05-26 16:06:05 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2014-05-26 16:06:05 -0700 |
commit | b883af48e9624e2215d1e790ca0da4969480ce13 (patch) | |
tree | 596ced7a311a669883b5dcabfb3fb7724bc5a12c | |
parent | 5256304812e89c1c02bed093d11f96d97216bdbe (diff) |
Remove unused uASSERT macro
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | utils.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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 |