Browse Source

Make dialyzer happy

pull/344/head
Mark Allen 9 years ago
parent
commit
1453104f55
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/lager.erl

+ 0
- 1
src/lager.erl View File

@ -615,7 +615,6 @@ filtermap(Fun, List1) ->
lists:foldr(fun(Elem, Acc) ->
case Fun(Elem) of
false -> Acc;
true -> [Elem|Acc];
{true,Value} -> [Value|Acc]
end
end, [], List1).

Loading…
Cancel
Save