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/proc.c | |
| parent | 4848c1f0c76872d78b1c86066e5da3c71f759630 (diff) | |
| download | mruby-950204bc4d419fc3b2a0842eccf1d253735e7839.tar.gz mruby-950204bc4d419fc3b2a0842eccf1d253735e7839.zip | |
remove flags from irep
Diffstat (limited to 'src/proc.c')
| -rw-r--r-- | src/proc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proc.c b/src/proc.c index e5c233e1b..44c712a95 100644 --- a/src/proc.c +++ b/src/proc.c @@ -152,7 +152,6 @@ mrb_init_proc(mrb_state *mrb) *call_iseq = MKOP_A(OP_CALL, 0); call_irep->idx = -1; - call_irep->flags = MRB_IREP_NOFREE; call_irep->iseq = call_iseq; call_irep->ilen = 1; |
