diff options
author | Björn Gustavsson <[email protected]> | 2019-02-15 10:14:50 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-02-15 10:14:50 +0100 |
commit | 05320ffbaa725bb9b25404974fc52219b1c1674c (patch) | |
tree | f15c897ab7d2b7385b425f244cb7143085412448 /erts/doc | |
parent | b4466ab778ae2278e29625d4b8220af3797fa3b6 (diff) | |
parent | b2b6cfaf410d0ce5f66e2a6363fa86a44fb6c3d8 (diff) | |
download | otp-05320ffbaa725bb9b25404974fc52219b1c1674c.tar.gz otp-05320ffbaa725bb9b25404974fc52219b1c1674c.tar.bz2 otp-05320ffbaa725bb9b25404974fc52219b1c1674c.zip |
Merge pull request #2142 from bjorng/bjorn/erts/revert-optional-tuple-calls/OTP-15581
Remove support for optional tuple calls
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/erl.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index 133f160dc9..05a9895687 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -1552,15 +1552,6 @@ parameter determines. The lingering prevents repeated deletions and insertions in the tables from occurring.</p> </item> - <tag><marker id="+ztma"/><c>+ztma true | false</c></tag> - <item> - <p>Enables or disables support for tuple module apply in - the emulator. This is a transitional flag for running code - that uses parameterized modules and was compiled under OTP 20 - or earlier. For future compatibility, the modules will need - to be recompiled with the +tuple_calls compiler option. - Defaults to false.</p> - </item> </taglist> </item> </taglist> |