summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
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
/***====================================================================***/