diff options
author | Hans Bolinder <[email protected]> | 2013-04-19 15:29:19 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-04-19 15:33:28 +0200 |
commit | 1f3afa8143d9aabc178b6fbcd09a693fc105065a (patch) | |
tree | 4accded8cb3042f9ccac9b0c730c5993c6e7ce02 /lib/dialyzer | |
parent | a934a97dd7006a85b279fd6af3d245fd2357b3ae (diff) | |
download | otp-1f3afa8143d9aabc178b6fbcd09a693fc105065a.tar.gz otp-1f3afa8143d9aabc178b6fbcd09a693fc105065a.tar.bz2 otp-1f3afa8143d9aabc178b6fbcd09a693fc105065a.zip |
Remove the "coding: utf-8" comment from all Erlang source files
Diffstat (limited to 'lib/dialyzer')
-rw-r--r-- | lib/dialyzer/test/behaviour_SUITE_data/src/custom_sup.erl | 1 | ||||
-rw-r--r-- | lib/dialyzer/test/options1_SUITE_data/src/compiler/core_scan.erl | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/dialyzer/test/behaviour_SUITE_data/src/custom_sup.erl b/lib/dialyzer/test/behaviour_SUITE_data/src/custom_sup.erl index 7eb4c6ec97..76da1fda70 100644 --- a/lib/dialyzer/test/behaviour_SUITE_data/src/custom_sup.erl +++ b/lib/dialyzer/test/behaviour_SUITE_data/src/custom_sup.erl @@ -1,4 +1,3 @@ -%%% -*- coding: utf-8 -*- %%% %%% Dialyzer was giving a warning with this input because of a bug in the %%% substitution of remote types in specs. Remote types in the first element of diff --git a/lib/dialyzer/test/options1_SUITE_data/src/compiler/core_scan.erl b/lib/dialyzer/test/options1_SUITE_data/src/compiler/core_scan.erl index f4e609bf5b..5ca3d6becd 100644 --- a/lib/dialyzer/test/options1_SUITE_data/src/compiler/core_scan.erl +++ b/lib/dialyzer/test/options1_SUITE_data/src/compiler/core_scan.erl @@ -1,4 +1,3 @@ -%% -*- coding: utf-8 -*- %% ``The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in %% compliance with the License. You should have received a copy of the |