diff options
author | Björn Gustavsson <[email protected]> | 2011-03-18 07:12:07 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-08-16 08:58:46 +0200 |
commit | 0d32172b03e2c1e9d5cbca2f350888a4803564c9 (patch) | |
tree | ec3c46d876d1bbe2549b5217d8ad01a61daad707 /lib/debugger/src/dbg_iload.erl | |
parent | d33e59b163744d209eca211050f323c6acd823d3 (diff) | |
download | otp-0d32172b03e2c1e9d5cbca2f350888a4803564c9.tar.gz otp-0d32172b03e2c1e9d5cbca2f350888a4803564c9.tar.bz2 otp-0d32172b03e2c1e9d5cbca2f350888a4803564c9.zip |
Remove BIFs that no longer exist from dbg_iload:bif_type/1
Diffstat (limited to 'lib/debugger/src/dbg_iload.erl')
-rw-r--r-- | lib/debugger/src/dbg_iload.erl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/debugger/src/dbg_iload.erl b/lib/debugger/src/dbg_iload.erl index d197cbe247..b259c2299f 100644 --- a/lib/debugger/src/dbg_iload.erl +++ b/lib/debugger/src/dbg_iload.erl @@ -598,7 +598,6 @@ bif_type(register) -> safe; bif_type(unregister) -> safe; bif_type(whereis) -> safe; bif_type(registered) -> safe; -bif_type(math) -> safe; bif_type(setelement) -> safe; bif_type(atom_to_list) -> safe; bif_type(list_to_atom) -> safe; @@ -623,18 +622,14 @@ bif_type(list_to_pid) -> safe; bif_type(module_loaded) -> safe; bif_type(binary_to_term) -> safe; bif_type(term_to_binary) -> safe; -bif_type(alive) -> safe; -bif_type(notalive) -> safe; bif_type(nodes) -> safe; bif_type(is_alive) -> safe; bif_type(disconnect_node) -> safe; bif_type(binary_to_list) -> safe; bif_type(list_to_binary) -> safe; bif_type(split_binary) -> safe; -bif_type(term_to_atom) -> safe; bif_type(hash) -> safe; bif_type(pre_loaded) -> safe; -bif_type(info) -> safe; bif_type(set_cookie) -> safe; bif_type(get_cookie) -> safe; bif_type(spawn) -> spawn; |