diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-09-05 14:44:51 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-09-05 14:44:51 -0700 |
commit | d2d06305e1834548edd8a647564efa222a511b53 (patch) | |
tree | d5f2228fbe1639d2b56bb5be9cdcedc566ac3874 /utils.h | |
parent | acd277d7fd48ccfd8ef2ca052b4e144ee95a5d94 (diff) |
Remove #if 0'd typedef that appears nowhere else.
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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 */ |