gc.c: remove unused `struct`s from `RVALUE`.

parent 6f305c01
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment