diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-08-29 11:45:36 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-08-29 11:45:36 +0900 |
| commit | 950204bc4d419fc3b2a0842eccf1d253735e7839 (patch) | |
| tree | 61850a6bfabfaf237200054918f35d64a5a1bbb5 /src/codegen.c | |
| parent | 4848c1f0c76872d78b1c86066e5da3c71f759630 (diff) | |
| download | mruby-950204bc4d419fc3b2a0842eccf1d253735e7839.tar.gz mruby-950204bc4d419fc3b2a0842eccf1d253735e7839.zip | |
remove flags from irep
Diffstat (limited to 'src/codegen.c')
| -rw-r--r-- | src/codegen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/codegen.c b/src/codegen.c index cb625f77a..17608e10f 100644 --- a/src/codegen.c +++ b/src/codegen.c @@ -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; |
