aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/maps.erl
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2013-11-06 11:56:58 +0100
committerBjörn-Egil Dahlberg <[email protected]>2014-01-28 17:06:43 +0100
commit94963032a2bb7bd5bfe5ea05d99ca507e67e7ad7 (patch)
tree46f43bc2748395aee83b0498e447dfded69c64ae /lib/stdlib/src/maps.erl
parent105dcb3eb7c6d5fd07cd76cd495230b0a1d1e7c4 (diff)
downloadotp-94963032a2bb7bd5bfe5ea05d99ca507e67e7ad7.tar.gz
otp-94963032a2bb7bd5bfe5ea05d99ca507e67e7ad7.tar.bz2
otp-94963032a2bb7bd5bfe5ea05d99ca507e67e7ad7.zip
stdlib: Remove bogus map() type
Diffstat (limited to 'lib/stdlib/src/maps.erl')
-rw-r--r--lib/stdlib/src/maps.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/stdlib/src/maps.erl b/lib/stdlib/src/maps.erl
index 218dc28bec..59ac80b46c 100644
--- a/lib/stdlib/src/maps.erl
+++ b/lib/stdlib/src/maps.erl
@@ -44,8 +44,6 @@
values/1
]).
--type map() :: term(). %% FIXME: remove when erl_bif_types knows map().
-
%% Shadowed by erl_bif_types: maps:get/3
-spec get(Key,Map) -> Value when
Key :: term(),