diff options
author | Hans Bolinder <[email protected]> | 2016-04-19 14:22:25 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2016-04-19 14:22:25 +0200 |
commit | c9a6ac443351f8683d06764d68e4a53521d9371a (patch) | |
tree | fc0d7b0b2be98f735bd65128f0d2c8798af7f981 /lib/dialyzer/test/small_SUITE_data | |
parent | 58c0f8de7a27a659fe2b534a86752f67da1af998 (diff) | |
download | otp-c9a6ac443351f8683d06764d68e4a53521d9371a.tar.gz otp-c9a6ac443351f8683d06764d68e4a53521d9371a.tar.bz2 otp-c9a6ac443351f8683d06764d68e4a53521d9371a.zip |
stdlib: Fix warnings
Diffstat (limited to 'lib/dialyzer/test/small_SUITE_data')
-rw-r--r-- | lib/dialyzer/test/small_SUITE_data/src/maps_redef.erl | 12 |
1 files changed, 0 insertions, 12 deletions
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 |