From 950204bc4d419fc3b2a0842eccf1d253735e7839 Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Wed, 29 Aug 2012 11:45:36 +0900 Subject: remove flags from irep --- src/cdump.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cdump.c') diff --git a/src/cdump.c b/src/cdump.c index f21a735ab..ba05a1899 100644 --- a/src/cdump.c +++ b/src/cdump.c @@ -114,7 +114,6 @@ make_cdump_irep(mrb_state *mrb, int irep_no, FILE *f) SOURCE_CODE0 (" ai = mrb->arena_idx;"); SOURCE_CODE0 (" irep = mrb->irep[idx] = mrb_malloc(mrb, sizeof(mrb_irep));"); SOURCE_CODE0 (" irep->idx = idx++;"); - SOURCE_CODE (" irep->flags = %d | MRB_ISEQ_NOFREE;", irep->flags); SOURCE_CODE (" irep->nlocals = %d;", irep->nlocals); SOURCE_CODE (" irep->nregs = %d;", irep->nregs); SOURCE_CODE (" irep->ilen = %d;", irep->ilen); -- cgit v1.2.3