diff options
author | Björn Gustavsson <[email protected]> | 2019-02-14 12:14:11 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2019-02-14 12:14:11 +0100 |
commit | 00426174b3d0c07df093a0bd0a086c0c37a11d04 (patch) | |
tree | 368160f092613d9c2a40bc45391ae385afc1fe97 /erts/doc | |
parent | e54daec589fc0da3d454f683eee2ea1af8eb7684 (diff) | |
download | otp-00426174b3d0c07df093a0bd0a086c0c37a11d04.tar.gz otp-00426174b3d0c07df093a0bd0a086c0c37a11d04.tar.bz2 otp-00426174b3d0c07df093a0bd0a086c0c37a11d04.zip |
Revert "Add -ztma option for enabling tuple calls"
This reverts commit ea0e763e953f9c7d1fa9c142f24cb95f56119c56.
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> |