summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-11-25 08:31:10 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-11-25 08:31:10 +0900
commitfc98aa290f6256ea64ca7792af483d4d31131cd5 (patch)
tree497b1c694e9af5acc41a09580d8750b8a861e2b0 /include
parent40235f30503764eb27a1ce2875a22d5d43a356b7 (diff)
downloadmruby-fc98aa290f6256ea64ca7792af483d4d31131cd5.tar.gz
mruby-fc98aa290f6256ea64ca7792af483d4d31131cd5.zip
Remove no longer used `MRB_IV_SEGMENT_SIZE; close #5188 [ci skip]
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