diff options
author | Rickard Green <[email protected]> | 2014-05-20 21:12:45 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2014-06-05 14:38:13 +0200 |
commit | d23496206b4892dae0efd053104d16904d1d8eab (patch) | |
tree | a1aaafb44d8a08541625bcf02caa25cb4ca1f12f /lib/tools | |
parent | 82c048745efcb5d811ec0489858b821ef39ea387 (diff) | |
download | otp-d23496206b4892dae0efd053104d16904d1d8eab.tar.gz otp-d23496206b4892dae0efd053104d16904d1d8eab.tar.bz2 otp-d23496206b4892dae0efd053104d16904d1d8eab.zip |
Remove invalid 'bitstr' exports in erlang.erl
The dummy BIF exports 'erlang:bitstr_to_list/1' and 'erlang:list_to_bitstr/1'
seem to have appeared as a result of a copy-paste error and are now removed.
Diffstat (limited to 'lib/tools')
-rw-r--r-- | lib/tools/emacs/erlang.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/tools/emacs/erlang.el b/lib/tools/emacs/erlang.el index ec5a1f4bc5..4e3c49c717 100644 --- a/lib/tools/emacs/erlang.el +++ b/lib/tools/emacs/erlang.el @@ -853,7 +853,6 @@ resulting regexp is surrounded by \\_< and \\_>." "append_element" "await_proc_exit" "await_sched_wall_time_modifications" - "bitstr_to_list" "bump_reductions" "call_on_load_function" "cancel_timer" @@ -899,7 +898,6 @@ resulting regexp is surrounded by \\_< and \\_>." "hibernate" "insert_element" "is_builtin" - "list_to_bitstr" "load_nif" "loaded" "localtime" |