summaryrefslogtreecommitdiffhomepage
path: root/doc/mruby3.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mruby3.md')
-rw-r--r--doc/mruby3.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/mruby3.md b/doc/mruby3.md
index 5b38e3dfe..ebd2673d5 100644
--- a/doc/mruby3.md
+++ b/doc/mruby3.md
@@ -90,10 +90,6 @@ changed from previous versions.
Call `malloc_trim(0)` from mrb_full_gc() if this macro is defined.
If you are using glibc malloc, this macro could reduce memory consumption.
-## `MRB_NO_PRESYM`
-
-Remove preallocated symbol system.
-
# Command Line Program
## `bin/mruby` (by mrbgems/mruby-bin-mruby)