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/etc | |
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/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 }; |