summaryrefslogtreecommitdiff
path: root/Utility
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-24 16:17:43 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-24 16:17:58 -0400
commit5970d881222cb94f72accf38b15b710be6c81c9a (patch)
tree4a0a03af22857212179fedd4bfa57b86106e78d6 /Utility
parentcee5ff793d9271c96504fa27e20f65ed6669541f (diff)
remove redundant pattern match
Diffstat (limited to 'Utility')
-rw-r--r--Utility/Url.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Utility/Url.hs b/Utility/Url.hs
index 27913033b..abd5f7ae5 100644
--- a/Utility/Url.hs
+++ b/Utility/Url.hs
@@ -378,5 +378,4 @@ matchHttpExceptionContent :: (HttpException -> Bool) -> HttpException -> Maybe H
matchHttpExceptionContent want e
| want e = Just e
| otherwise = Nothing
-matchHttpExceptionContent _ _ = Nothing
#endif