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/debugger/src | |
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/debugger/src')
-rw-r--r-- | lib/debugger/src/dbg_iload.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/debugger/src/dbg_iload.erl b/lib/debugger/src/dbg_iload.erl index 2ae0c333da..db5a17ad2e 100644 --- a/lib/debugger/src/dbg_iload.erl +++ b/lib/debugger/src/dbg_iload.erl @@ -635,7 +635,6 @@ bif_type(disconnect_node) -> safe; bif_type(binary_to_list) -> safe; bif_type(list_to_binary) -> safe; bif_type(split_binary) -> safe; -bif_type(concat_binary) -> safe; bif_type(term_to_atom) -> safe; bif_type(hash) -> safe; bif_type(pre_loaded) -> safe; |