Skip to content

Commit 6335f60

Browse files
committed
remove never match statement
1 parent 2550e04 commit 6335f60

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bbmustache.erl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -792,8 +792,6 @@ read_data_files(Filename) ->
792792
(Term, _Acc) ->
793793
throw(io_lib:format("~s have unsupported format terms. (~p)", [Filename, Term]))
794794
end, [], Terms);
795-
{ok, _Terms} ->
796-
throw(io_lib:format("~s have unsupported format terms.", [Filename]));
797795
{error, Reason} ->
798796
throw(io_lib:format("~s is unable to read. (~p)", [Filename, Reason]))
799797
end.

0 commit comments

Comments
 (0)