aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-05-08 07:19:43 +0200
committerBjörn Gustavsson <[email protected]>2017-05-10 10:37:11 +0200
commit2bcc3f97e9273c543b803a812da393e640464978 (patch)
tree3219ec0498032ae5979d75136bdeac2f0f25bd4d /lib/compiler
parent381a47d5219407f9c734cf0b081776129e7c180f (diff)
downloadotp-2bcc3f97e9273c543b803a812da393e640464978.tar.gz
otp-2bcc3f97e9273c543b803a812da393e640464978.tar.bz2
otp-2bcc3f97e9273c543b803a812da393e640464978.zip
erl_bifs: Remove erlang:hash/2 from list of pure functions
erlang:hash/2 was removed in c5d9b970fb5b3a71.
Diffstat (limited to 'lib/compiler')
-rw-r--r--lib/compiler/src/erl_bifs.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compiler/src/erl_bifs.erl b/lib/compiler/src/erl_bifs.erl
index 35a12d7010..043fe227a9 100644
--- a/lib/compiler/src/erl_bifs.erl
+++ b/lib/compiler/src/erl_bifs.erl
@@ -81,7 +81,6 @@ is_pure(erlang, float, 1) -> true;
is_pure(erlang, float_to_list, 1) -> true;
is_pure(erlang, float_to_binary, 1) -> true;
is_pure(erlang, floor, 1) -> true;
-is_pure(erlang, hash, 2) -> false;
is_pure(erlang, hd, 1) -> true;
is_pure(erlang, integer_to_binary, 1) -> true;
is_pure(erlang, integer_to_list, 1) -> true;