aboutsummaryrefslogtreecommitdiffstats
path: root/lib/debugger/src/dbg_iload.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-09-21 08:46:50 +0200
committerBjörn Gustavsson <[email protected]>2011-07-06 14:33:30 +0200
commit87a7b7f382650519bc1b021a2bf44093658982bc (patch)
tree53c1c2d1f89dd1ee18568e231a6c8d4868d97539 /lib/debugger/src/dbg_iload.erl
parent47dec87a8b9c3a29a6ae48a7712aef66275e546a (diff)
downloadotp-87a7b7f382650519bc1b021a2bf44093658982bc.tar.gz
otp-87a7b7f382650519bc1b021a2bf44093658982bc.tar.bz2
otp-87a7b7f382650519bc1b021a2bf44093658982bc.zip
Remove deprecated concat_binary/1
concat_binary/1 was deprecated in R13B04, but already in the R10B-2 release, the documentation recommends using list_to_binary/1 instead.
Diffstat (limited to 'lib/debugger/src/dbg_iload.erl')
-rw-r--r--lib/debugger/src/dbg_iload.erl1
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;