summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-11-22 22:54:21 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-11-22 22:54:21 +0900
commit39a11f323e26879d1101e31859ddb20068f12d56 (patch)
tree1cf99dda98e7c7603eec73a07af869ca21ea8257 /doc
parentabdd006df32aa12bef7f1819edfed3209e379e36 (diff)
downloadmruby-39a11f323e26879d1101e31859ddb20068f12d56.tar.gz
mruby-39a11f323e26879d1101e31859ddb20068f12d56.zip
Remove `mrb_str_buf_new()` and `MRB_STR_BUF_MIN_SIZE`; close #5171
Diffstat (limited to 'doc')
-rw-r--r--doc/guides/mrbconf.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/guides/mrbconf.md b/doc/guides/mrbconf.md
index 8791a94ac..4c81b42e5 100644
--- a/doc/guides/mrbconf.md
+++ b/doc/guides/mrbconf.md
@@ -159,10 +159,6 @@ largest value of required alignment.
* Specifies default size of khash table bucket.
* Used in `kh_init_ ## name` function.
-`MRB_STR_BUF_MIN_SIZE`
-* Default value is `128`.
-* Specifies initial capacity of `RString` created by `mrb_str_buf_new` function..
-
`MRB_NO_METHOD_CACHE`
* Disable method cache to save memory.