summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-05-26 10:17:12 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-05-26 16:03:48 -0700
commite1b1ecd2e9858dca67ed1da90799f1ea34fc9b71 (patch)
treecca3f78365df09ffe71015fa1893c584d3ee7d74 /utils.h
parent9456437718d78b942333bdf74124c027ba35039f (diff)
unifdef -Unotyet -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 9676cc8..7a08166 100644
--- a/utils.h
+++ b/utils.h
@@ -73,14 +73,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
/***====================================================================***/