summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mrbconf.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h
index cddcebc0d..1292f2224 100644
--- a/include/mrbconf.h
+++ b/include/mrbconf.h
@@ -213,10 +213,6 @@
# define MRB_METHOD_CACHE_SIZE (1<<10)
# endif
-# ifndef MRB_IV_SEGMENT_SIZE
-# define MRB_IV_SEGMENT_SIZE 32
-# endif
-
# ifndef MRB_HEAP_PAGE_SIZE
# define MRB_HEAP_PAGE_SIZE 4096
# endif
@@ -227,10 +223,6 @@
# define MRB_METHOD_CACHE_SIZE (1<<12)
# endif
-# ifndef MRB_IV_SEGMENT_SIZE
-# define MRB_IV_SEGMENT_SIZE 64
-# endif
-
# ifndef MRB_HEAP_PAGE_SIZE
# define MRB_HEAP_PAGE_SIZE 4096
# endif