From 2bcc3f97e9273c543b803a812da393e640464978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Mon, 8 May 2017 07:19:43 +0200 Subject: erl_bifs: Remove erlang:hash/2 from list of pure functions erlang:hash/2 was removed in c5d9b970fb5b3a71. --- lib/compiler/src/erl_bifs.erl | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/compiler/src/erl_bifs.erl') 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; -- cgit v1.2.3