aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2018-04-20 14:06:13 +0200
committerGitHub <[email protected]>2018-04-20 14:06:13 +0200
commit0eda6775d985d16f4df144814ae368da43c9e075 (patch)
treed3f26fc558f2dbd72c0128e9f6fa7678e3d8e240 /lib/compiler
parent38be1e447d1a64aa528ecae2d5e957d21e069019 (diff)
parentce550c97975cce13b90f6a3a07a7e253491e23aa (diff)
downloadotp-0eda6775d985d16f4df144814ae368da43c9e075.tar.gz
otp-0eda6775d985d16f4df144814ae368da43c9e075.tar.bz2
otp-0eda6775d985d16f4df144814ae368da43c9e075.zip
Merge pull request #1783 from bjorng/bjorn/deprecate-get_stacktrace/OTP-14692
Deprecate erlang:get_stacktrace/1
Diffstat (limited to 'lib/compiler')
-rw-r--r--lib/compiler/doc/src/compile.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/compiler/doc/src/compile.xml b/lib/compiler/doc/src/compile.xml
index 06afc55c07..e4491288a6 100644
--- a/lib/compiler/doc/src/compile.xml
+++ b/lib/compiler/doc/src/compile.xml
@@ -649,14 +649,6 @@ module.beam: module.erl \
<p>Turns off warnings for unused record types. Default is to
emit warnings for unused locally defined record types.</p>
</item>
-
- <tag><c>nowarn_get_stacktrace</c></tag>
- <item>
- <p>Turns off warnings for using <c>get_stacktrace/0</c> in a context
- where it will probably not work in a future release. For example,
- by default there will be a warning if <c>get_stacktrace/0</c> is
- used following a <c>catch</c> expression.</p>
- </item>
</taglist>
<p>Another class of warnings is generated by the compiler