From c9a6ac443351f8683d06764d68e4a53521d9371a Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Tue, 19 Apr 2016 14:22:25 +0200 Subject: stdlib: Fix warnings --- lib/dialyzer/test/small_SUITE_data/src/maps_redef.erl | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 lib/dialyzer/test/small_SUITE_data/src/maps_redef.erl (limited to 'lib/dialyzer/test/small_SUITE_data/src') diff --git a/lib/dialyzer/test/small_SUITE_data/src/maps_redef.erl b/lib/dialyzer/test/small_SUITE_data/src/maps_redef.erl deleted file mode 100644 index 70059f73b6..0000000000 --- a/lib/dialyzer/test/small_SUITE_data/src/maps_redef.erl +++ /dev/null @@ -1,12 +0,0 @@ --module(maps_redef). - --export([t/0]). - -%% OK in Erlang/OTP 17, at least. - --type map() :: atom(). % redefine built-in type - --spec t() -> map(). - -t() -> - a. % OK -- cgit v1.2.3