remove MRB_IREP_ARRAY_INIT_SIZE which is no longer used

This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-12-24 07:26:35 +09:00
parent 4d92d2e1aa
commit 9fab01caee
2 changed files with 0 additions and 7 deletions
-4
View File
@@ -207,10 +207,6 @@ mrb_close(mrb_state *mrb)
mrb_free(mrb, mrb);
}
#ifndef MRB_IREP_ARRAY_INIT_SIZE
# define MRB_IREP_ARRAY_INIT_SIZE (256u)
#endif
mrb_irep*
mrb_add_irep(mrb_state *mrb)
{