瀏覽代碼

Remove never matching clause

Tuncer Ayaz 14 年之前
父節點
當前提交
851c602b20
共有 1 個檔案被更改,包括 1 行新增3 行删除
  1. +1
    -3
      src/rebar_dialyzer.erl

+ 1
- 3
src/rebar_dialyzer.erl 查看文件

@ -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.

Loading…
取消
儲存