diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-10-20 12:49:31 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-11-01 22:17:21 -0700 |
commit | 3ed68e06cb45fb526b09e4c7b7c3d60de552b2b3 (patch) | |
tree | bc56955e3660e0be34e2cafd7de7bdd0cbc57c47 | |
parent | c936bd4315a7dc78de074ac89c5a4d12813421be (diff) |
Remove unused uASSERT macro
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net>
-rw-r--r-- | utils.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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 |