remove redundant message

This commit is contained in:
Yuichi Nishiwaki 2014-02-04 18:54:01 +09:00
parent f29f10ddd7
commit 849746b919
1 changed files with 0 additions and 3 deletions

View File

@ -1412,9 +1412,6 @@ compile(pic_state *pic, pic_value obj)
pic_gc_arena_restore(pic, ai); pic_gc_arena_restore(pic, ai);
pic_gc_protect(pic, pic_obj_value(irep)); pic_gc_protect(pic, pic_obj_value(irep));
#if VM_DEBUG
pic_dump_irep(pic, proc->u.irep);
#endif
return irep; return irep;
} }