aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2011-11-24 13:39:09 +0100
committerBjörn Gustavsson <[email protected]>2011-11-24 13:39:09 +0100
commit27c7d82499c764832a266ebc8190c3af645bcf28 (patch)
treee9396cc6704000596f58a0d68f9e0ce8e3ef02c4 /system
parentf545894e96d5898285eee8dce812c885cf208fb7 (diff)
parentdebce2eaa6bd62dca4d0a2ad5603af69528ced04 (diff)
downloadotp-27c7d82499c764832a266ebc8190c3af645bcf28.tar.gz
otp-27c7d82499c764832a266ebc8190c3af645bcf28.tar.bz2
otp-27c7d82499c764832a266ebc8190c3af645bcf28.zip
Merge branch 'bjorn/remove-regexp-module/OTP-9737'
* bjorn/remove-regexp-module/OTP-9737: stdlib: Remove the deprecated regexp module
Diffstat (limited to 'system')
-rw-r--r--system/doc/efficiency_guide/commoncaveats.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/system/doc/efficiency_guide/commoncaveats.xml b/system/doc/efficiency_guide/commoncaveats.xml
index 61d13636c0..7f2d51e609 100644
--- a/system/doc/efficiency_guide/commoncaveats.xml
+++ b/system/doc/efficiency_guide/commoncaveats.xml
@@ -33,20 +33,6 @@
from a performance point of view.</p>
<section>
- <title>The regexp module</title>
-
- <p>The regular expression functions in the
- <seealso marker="stdlib:regexp">regexp</seealso>
- module are written in Erlang, not in C, and were
- meant for occasional use on small amounts of data,
- for instance for validation of configuration files
- when starting an application.</p>
-
- <p>Use the <seealso marker="stdlib:re">re</seealso> module
- (introduced in R13A) instead, especially in time-critical code.</p>
- </section>
-
- <section>
<title>The timer module</title>
<p>Creating timers using <seealso