Explorar el Código

Make dialyzer happy

pull/344/head
Mark Allen hace 9 años
padre
commit
1453104f55
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      src/lager.erl

+ 0
- 1
src/lager.erl Ver fichero

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

Cargando…
Cancelar
Guardar