remove redundant pattern match
This commit is contained in:
parent
d350530091
commit
93d5951f11
1 changed files with 0 additions and 1 deletions
|
@ -378,5 +378,4 @@ matchHttpExceptionContent :: (HttpException -> Bool) -> HttpException -> Maybe H
|
|||
matchHttpExceptionContent want e
|
||||
| want e = Just e
|
||||
| otherwise = Nothing
|
||||
matchHttpExceptionContent _ _ = Nothing
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue