summaryrefslogtreecommitdiff
path: root/Utility/Url.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Utility/Url.hs')
-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