summaryrefslogtreecommitdiffhomepage
path: root/include/mruby.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mruby.h')
-rw-r--r--include/mruby.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mruby.h b/include/mruby.h
index 6f2f12320..bf42b76fd 100644
--- a/include/mruby.h
+++ b/include/mruby.h
@@ -105,8 +105,6 @@ typedef struct mrb_state {
struct RObject *exc; /* exception */
struct iv_tbl *globals; /* global variable table */
- struct mrb_irep **irep; /* program data array */
- size_t irep_len, irep_capa;
struct RObject *top_self;
struct RClass *object_class; /* Object class */