summaryrefslogtreecommitdiffhomepage
path: root/include/mruby.h
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-11-07 08:20:03 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2013-11-07 08:20:03 +0900
commitc8936754e8281d5d2fe9b697487cdbdea485b044 (patch)
tree76c3f054b5364b2a4f62d8858b729abd268f990b /include/mruby.h
parent465f633446ed3c1077aa3bb86d250a2ad58711b2 (diff)
downloadmruby-c8936754e8281d5d2fe9b697487cdbdea485b044.tar.gz
mruby-c8936754e8281d5d2fe9b697487cdbdea485b044.zip
wrong return value from read_lineno_record()
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 */