diff options
author | Erlang/OTP <[email protected]> | 2010-06-01 13:42:23 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-06-01 13:42:23 +0000 |
commit | 6999e909a9ad22d90b64263fd5edd186ac93a990 (patch) | |
tree | 3ad35ca6071ab4090a221a1b4c341b79d410ff01 /erts/emulator/beam/bif.tab | |
parent | 77ec9a785a17e81581a940bded3a86934aef70e0 (diff) | |
parent | 1e5e7332b58ab8f3d4396c3f5c8ad2fde976e338 (diff) | |
download | otp-6999e909a9ad22d90b64263fd5edd186ac93a990.tar.gz otp-6999e909a9ad22d90b64263fd5edd186ac93a990.tar.bz2 otp-6999e909a9ad22d90b64263fd5edd186ac93a990.zip |
Merge branch 'bg/remove-stray-sae-support' into dev
* bg/remove-stray-sae-support:
Remove unsupported erlang:blocking_read_file/1
Remove stray SAE support
Diffstat (limited to 'erts/emulator/beam/bif.tab')
-rw-r--r-- | erts/emulator/beam/bif.tab | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/erts/emulator/beam/bif.tab b/erts/emulator/beam/bif.tab index 9feb302a3d..38e2dd77d3 100644 --- a/erts/emulator/beam/bif.tab +++ b/erts/emulator/beam/bif.tab @@ -686,8 +686,6 @@ bif 'erl.system.code':make_stub_module/3 ebif_code_make_stub_module_3 bif code:is_module_native/1 bif 'erl.system.code':is_native/1 ebif_code_is_native_1 code_is_module_native_1 -bif erlang:blocking_read_file/1 - # # New Bifs in R9C. # |