소스 검색

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.

불러오는 중...
취소
저장