Skip to content
Snippets Groups Projects
Commit 17958db0 authored by Francesco Gazzetta's avatar Francesco Gazzetta
Browse files

removed unused function

parent e3a87d25
No related branches found
No related tags found
No related merge requests found
......@@ -312,7 +312,6 @@ extractMatchingElaboratedConfiguredPackages
else Nothing))
. toList
where
justIfCondition f x = if f x then Just x else Nothing
match :: ElaboratedConfiguredPackage -> Bool
match p = matchPackage pkgId p && matchComponent component p
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment