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 /doc | |
| 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 'doc')
| -rw-r--r-- | doc/guides/mrbconf.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/guides/mrbconf.md b/doc/guides/mrbconf.md index 4c81b42e5..fdf24b98c 100644 --- a/doc/guides/mrbconf.md +++ b/doc/guides/mrbconf.md @@ -123,11 +123,6 @@ largest value of required alignment. * If defined represent `mrb_value` as a word. * If defined `Float` will be a mruby object with `RBasic`. -## Instance variable configuration. -`MRB_IV_SEGMENT_SIZE` -* Default value is `4`. -* Specifies size of each segment in segment list. - ## Reduce heap memory configuration. `MRB_USE_LINK_TIME_RO_DATA_P` |
