Skip to content

Commit

Permalink
Merge branch 'hb/dialyzer/compiler_option_asm_removed'
Browse files Browse the repository at this point in the history
* hb/dialyzer/compiler_option_asm_removed:
  dialyzer: remove recognition of the compiler option 'asm'
  • Loading branch information
uabboli committed Oct 23, 2014
2 parents 490922e + 91d9763 commit 6ca583c
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 6ca583c

Please sign in to comment.