From fc98aa290f6256ea64ca7792af483d4d31131cd5 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Wed, 25 Nov 2020 08:31:10 +0900 Subject: Remove no longer used `MRB_IV_SEGMENT_SIZE; close #5188 [ci skip] --- include/mrbconf.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include') 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 -- cgit v1.2.3