summaryrefslogtreecommitdiff
path: root/nasmlib/raa.c
diff options
context:
space:
mode:
Diffstat (limited to 'nasmlib/raa.c')
-rw-r--r--nasmlib/raa.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/nasmlib/raa.c b/nasmlib/raa.c
index feb86970..038f97ac 100644
--- a/nasmlib/raa.c
+++ b/nasmlib/raa.c
@@ -50,11 +50,6 @@ typedef union RAA_UNION RAA_UNION;
typedef struct RAA_LEAF RAA_LEAF;
typedef struct RAA_BRANCH RAA_BRANCH;
-union intorptr {
- int64_t i;
- void *p;
-};
-
struct RAA {
/* Last position in this RAA */
raaindex endposn;