summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/utils.h b/utils.h
index 0f38052..7e277c8 100644
--- a/utils.h
+++ b/utils.h
@@ -70,16 +70,6 @@ typedef int Comparison;
#define comparisonText(c) ((c)?((c)<0?"Less":"Greater"):"Equal")
#endif
-#if 0
-typedef union
-{
- int i;
- unsigned u;
- void *p;
- void *(*fp) ();
-} Union;
-#endif
-
/***====================================================================***/
extern Opaque uAlloc(unsigned /* size */