summaryrefslogtreecommitdiffhomepage
path: root/src/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gc.c')
-rw-r--r--src/gc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gc.c b/src/gc.c
index 759a79ca2..5641dec18 100644
--- a/src/gc.c
+++ b/src/gc.c
@@ -134,12 +134,6 @@ typedef struct {
struct RFiber fiber;
struct RException exc;
struct RBreak brk;
-#ifdef MRB_WORD_BOXING
-#ifndef MRB_NO_FLOAT
- struct RFloat floatv;
-#endif
- struct RCptr cptr;
-#endif
} as;
} RVALUE;