summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-10-20 12:49:31 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-11-01 22:17:21 -0700
commit3ed68e06cb45fb526b09e4c7b7c3d60de552b2b3 (patch)
treebc56955e3660e0be34e2cafd7de7bdd0cbc57c47 /utils.h
parentc936bd4315a7dc78de074ac89c5a4d12813421be (diff)
downloadxorg-app-xkbcomp-3ed68e06cb45fb526b09e4c7b7c3d60de552b2b3.tar.gz
Remove unused uASSERT macro
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Jasper St. Pierre <jstpierre@mecheye.net>
Diffstat (limited to 'utils.h')
-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