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/etc | |
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/etc')
-rw-r--r-- | erts/etc/common/erlexec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/etc/common/erlexec.c b/erts/etc/common/erlexec.c index 197a7d2858..ec4a4ead23 100644 --- a/erts/etc/common/erlexec.c +++ b/erts/etc/common/erlexec.c @@ -174,7 +174,6 @@ static char *plusz_val_switches[] = { "dbbl", "dntgc", "ebwt", - "tma", NULL }; |