Skip to content

Commit

Permalink
dialyzer: remove recognition of the compiler option 'asm'
Browse files Browse the repository at this point in the history
The compiler option 'asm' has been replaced by 'from_asm' in
Erlang/OTP 18.0.
  • Loading branch information
uabboli committed Oct 21, 2014
1 parent 70baef6 commit 91d9763
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/dialyzer/src/dialyzer_utils.erl
Expand Up @@ -471,7 +471,6 @@ cleanup_compile_options(Opts) ->

%% Using abstract, not asm or core.
keep_compile_option(from_asm) -> false;
keep_compile_option(asm) -> false;
keep_compile_option(from_core) -> false;
%% The parse transform will already have been applied, may cause
%% problems if it is re-applied.
Expand Down

0 comments on commit 91d9763

Please sign in to comment.