summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-05-25 11:53:28 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-05-25 11:53:28 -0700
commit01774fb58330733858ff41ceabe2d646d127d4f3 (patch)
tree7be435a08f5559b14f3f3545a3120d77036ba639 /utils.h
parent238f5fdc3331c5636cf3b397163554d6fbd0754c (diff)
unifdef -Unotyet
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/utils.h b/utils.h
index d4273ef..9c05b87 100644
--- a/utils.h
+++ b/utils.h
@@ -76,14 +76,6 @@ typedef int Comparison;
#define comparisonText(c) ((c)?((c)<0?"Less":"Greater"):"Equal")
#endif
-#ifdef notyet
-typedef union {
- int i;
- unsigned u;
- void *p;
- void *(*fp)();
-} Union;
-#endif
/***====================================================================***/