This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
lager
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
53
Wiki
Activity
Browse Source
Make dialyzer happy
pull/344/head
Mark Allen
9 years ago
parent
a217c88501
commit
1453104f55
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
.
Write
Preview
Loading…
Cancel
Save