wrong return value from read_lineno_record()

This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-11-07 08:20:03 +09:00
parent 465f633446
commit c8936754e8
3 changed files with 4 additions and 29 deletions
-2
View File
@@ -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 */