summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index 90e9e5d814..b6115abb93 100644
--- a/gc.c
+++ b/gc.c
@@ -258,7 +258,6 @@ typedef struct RVALUE {
struct RVarmap varmap;
struct SCOPE scope;
} as;
- int type;
} RVALUE;
static RVALUE *freelist = 0;