remove flags from irep

This commit is contained in:
Yukihiro Matsumoto
2012-08-29 11:45:36 +09:00
parent 4848c1f0c7
commit 950204bc4d
6 changed files with 8 additions and 11 deletions
-1
View File
@@ -2055,7 +2055,6 @@ scope_finish(codegen_scope *s, int idx)
irep = mrb->irep[idx] = (mrb_irep *)mrb_malloc(mrb, sizeof(mrb_irep));
irep->idx = idx;
irep->flags = 0;
if (s->iseq) {
irep->iseq = (mrb_code *)codegen_realloc(s, s->iseq, sizeof(mrb_code)*s->pc);
irep->ilen = s->pc;