summaryrefslogtreecommitdiffhomepage
path: root/include/mruby/irep.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mruby/irep.h')
-rw-r--r--include/mruby/irep.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/include/mruby/irep.h b/include/mruby/irep.h
index 1b978dd42..480cb052f 100644
--- a/include/mruby/irep.h
+++ b/include/mruby/irep.h
@@ -26,17 +26,7 @@ typedef struct mrb_irep {
uint8_t flags;
mrb_code *iseq;
- struct irep_pool {
- union {
- mrb_float f;
- struct irep_pool_string {
- mrb_int len;
- char buf[1];
- } *s;
- mrb_int i;
- } value;
- enum irep_pool_type type;
- } *pool;
+ mrb_value *pool;
mrb_sym *syms;
struct mrb_irep **reps;