summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-12 18:56:20 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-12 18:56:20 -0800
commit4b3f2f1b71188344fe2e313de6a53a702ab37bb1 (patch)
treedf0cb79d13bee2daac2d4a76dd739125a0c18514
parent8d68ee228a0031f367cd3edef9d6f9dace984cc6 (diff)
Remove unused #ifdef notyet typedef
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--utils.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/utils.h b/utils.h
index 63a04e9..2e84572 100644
--- a/utils.h
+++ b/utils.h
@@ -71,15 +71,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
-
/***====================================================================***/
extern Opaque uAlloc(unsigned /* size */);