diff options
author | John Högberg <[email protected]> | 2018-09-24 08:10:18 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2018-09-28 11:40:12 +0200 |
commit | 1fbaf155b579bfb1fdec4ac97f7b5fa2211673c6 (patch) | |
tree | 249bd29045088dda78f92dd57d3e027d3613c4f0 /lib/compiler/src/v3_kernel.erl | |
parent | 330629264c93535f352dc09b51d34f11ec791eb6 (diff) | |
download | otp-1fbaf155b579bfb1fdec4ac97f7b5fa2211673c6.tar.gz otp-1fbaf155b579bfb1fdec4ac97f7b5fa2211673c6.tar.bz2 otp-1fbaf155b579bfb1fdec4ac97f7b5fa2211673c6.zip |
Remove unused instruction bs_context_to_binary from the compiler
This has been superseded by bs_get_tail/3. Note that it is NOT
removed from the emulator or beam_disasm, as old modules are still
legal.
Diffstat (limited to 'lib/compiler/src/v3_kernel.erl')
-rw-r--r-- | lib/compiler/src/v3_kernel.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compiler/src/v3_kernel.erl b/lib/compiler/src/v3_kernel.erl index 07fd1b2a0e..f7ca66b1da 100644 --- a/lib/compiler/src/v3_kernel.erl +++ b/lib/compiler/src/v3_kernel.erl @@ -1415,7 +1415,6 @@ is_remote_bif(_, _, _) -> false. %% called for effect only. bif_vals(dsetelement, 3) -> 0; -bif_vals(bs_context_to_binary, 1) -> 0; bif_vals(_, _) -> 1. bif_vals(_, _, _) -> 1. |