diff options
author | Lukas Larsson <[email protected]> | 2017-10-12 16:01:43 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-11-20 09:58:04 +0100 |
commit | 488049bd59352670ba4df17df7cc8a288b273b63 (patch) | |
tree | 12d684eff335a7d03f4e815fdfd5af0192399cbe /erts/emulator/beam/bif.tab | |
parent | f1666d981aab4e4cf94b91dc097675fa0b056c97 (diff) | |
download | otp-488049bd59352670ba4df17df7cc8a288b273b63.tar.gz otp-488049bd59352670ba4df17df7cc8a288b273b63.tar.bz2 otp-488049bd59352670ba4df17df7cc8a288b273b63.zip |
erts: Remove erts_internal:maps_to_list/2
This function is no longer needed as maps:iterator has
now been implemented.
Diffstat (limited to 'erts/emulator/beam/bif.tab')
-rw-r--r-- | erts/emulator/beam/bif.tab | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/beam/bif.tab b/erts/emulator/beam/bif.tab index b7b66e2ee7..5d5ea3cdc4 100644 --- a/erts/emulator/beam/bif.tab +++ b/erts/emulator/beam/bif.tab @@ -683,7 +683,6 @@ bif math:floor/1 bif math:ceil/1 bif math:fmod/2 bif os:set_signal/2 -bif erts_internal:maps_to_list/2 # # New in 20.1 |