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/emulator/beam/erl_vm.h | |
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/emulator/beam/erl_vm.h')
-rw-r--r-- | erts/emulator/beam/erl_vm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/erts/emulator/beam/erl_vm.h b/erts/emulator/beam/erl_vm.h index f62d697164..35eae18394 100644 --- a/erts/emulator/beam/erl_vm.h +++ b/erts/emulator/beam/erl_vm.h @@ -182,8 +182,6 @@ extern const int num_instructions; /* Number of instruction in opc[]. */ extern Uint erts_instr_count[]; -extern int tuple_module_apply; - /* some constants for various table sizes etc */ #define ATOM_TEXT_SIZE 32768 /* Increment for allocating atom text space */ |