diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-11-25 08:31:10 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-11-25 08:31:10 +0900 |
| commit | fc98aa290f6256ea64ca7792af483d4d31131cd5 (patch) | |
| tree | 497b1c694e9af5acc41a09580d8750b8a861e2b0 /include/mrbconf.h | |
| parent | 40235f30503764eb27a1ce2875a22d5d43a356b7 (diff) | |
| download | mruby-fc98aa290f6256ea64ca7792af483d4d31131cd5.tar.gz mruby-fc98aa290f6256ea64ca7792af483d4d31131cd5.zip | |
Remove no longer used `MRB_IV_SEGMENT_SIZE; close #5188 [ci skip]
Diffstat (limited to 'include/mrbconf.h')
| -rw-r--r-- | include/mrbconf.h | 8 |
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 |
