diff options
author | Björn Gustavsson <[email protected]> | 2018-04-16 13:09:29 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2018-04-16 14:30:34 +0200 |
commit | ce550c97975cce13b90f6a3a07a7e253491e23aa (patch) | |
tree | ffb07b9020ad0b4569aded749f14f07b018c94cb /lib/compiler/doc | |
parent | fd12c1a168a53d8d4633571433565c859e962b71 (diff) | |
download | otp-ce550c97975cce13b90f6a3a07a7e253491e23aa.tar.gz otp-ce550c97975cce13b90f6a3a07a7e253491e23aa.tar.bz2 otp-ce550c97975cce13b90f6a3a07a7e253491e23aa.zip |
Remove warnings for improper use of erlang:get_stacktrace/0
Those warnings don't make sense any more since erlang:get_stacktrace/0
is now deprecated.
Diffstat (limited to 'lib/compiler/doc')
-rw-r--r-- | lib/compiler/doc/src/compile.xml | 8 |
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 |