diff options
author | Björn Gustavsson <[email protected]> | 2011-07-07 12:13:29 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-07-07 12:13:29 +0200 |
commit | 98fa61aae86e4ea7311e8d281fcdc66e72ee8fa5 (patch) | |
tree | 08e30f3e934faaff09eee20ae0c2c12e79d48b15 /lib/compiler/src/erl_bifs.erl | |
parent | 1072135987931e61d3b2722dad2fa3e807b7e4e7 (diff) | |
parent | 7494e673e1402db8645fbeea2784bf7d908de5f9 (diff) | |
download | otp-98fa61aae86e4ea7311e8d281fcdc66e72ee8fa5.tar.gz otp-98fa61aae86e4ea7311e8d281fcdc66e72ee8fa5.tar.bz2 otp-98fa61aae86e4ea7311e8d281fcdc66e72ee8fa5.zip |
Merge branch 'bjorn/remove-concat-binary/OTP-9421' into major
* bjorn/remove-concat-binary/OTP-9421:
Update preloaded modules
Remove deprecated concat_binary/1
Diffstat (limited to 'lib/compiler/src/erl_bifs.erl')
-rw-r--r-- | lib/compiler/src/erl_bifs.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compiler/src/erl_bifs.erl b/lib/compiler/src/erl_bifs.erl index f8128702dd..2514c06360 100644 --- a/lib/compiler/src/erl_bifs.erl +++ b/lib/compiler/src/erl_bifs.erl @@ -72,7 +72,6 @@ is_pure(erlang, binary_to_list, 1) -> true; is_pure(erlang, binary_to_list, 3) -> true; is_pure(erlang, bit_size, 1) -> true; is_pure(erlang, byte_size, 1) -> true; -is_pure(erlang, concat_binary, 1) -> true; is_pure(erlang, element, 2) -> true; is_pure(erlang, float, 1) -> true; is_pure(erlang, float_to_list, 1) -> true; |