Procházet zdrojové kódy

Remove never matching clause

Tuncer Ayaz před 14 roky
rodič
revize
851c602b20
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. +1
    -3
      src/rebar_dialyzer.erl

+ 1
- 3
src/rebar_dialyzer.erl Zobrazit soubor

@ -75,9 +75,7 @@ analyze(Config, File) ->
{error, read_error} ->
?ABORT("Unable to read PLT ~n~n", [Plt]);
{error, not_valid} ->
?ABORT("The PLT ~s is not valid.~n", [Plt]);
{error, _Reason} ->
?ABORT("Unable to determine the validity of the PLT ~s~n", [Plt])
?ABORT("The PLT ~s is not valid.~n", [Plt])
end,
ok.

Načítá se…
Zrušit
Uložit