gc.c: remove unused structs from RVALUE.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-08-19 16:06:17 +09:00
parent 6f305c01a2
commit 7f8b30261f
-6
View File
@@ -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;