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
-3
View File
@@ -38,9 +38,6 @@
/* initial size for IV khash; ignored when MRB_USE_IV_SEGLIST is set */
//#define MRB_IVHASH_INIT_SIZE 8
/* initial size for IREP array */
//#define MRB_IREP_ARRAY_INIT_SIZE (256u)
/* turn off generational GC by default */
//#define MRB_GC_TURN_OFF_GENERATIONAL