summaryrefslogtreecommitdiff
path: root/Utility
diff options
context:
space:
mode:
Diffstat (limited to 'Utility')
-rw-r--r--Utility/Url.hs8
1 files changed, 0 insertions, 8 deletions
diff --git a/Utility/Url.hs b/Utility/Url.hs
index 2b71b6be4..27bccd1b3 100644
--- a/Utility/Url.hs
+++ b/Utility/Url.hs
@@ -342,14 +342,6 @@ hAcceptEncoding = "Accept-Encoding"
hContentDisposition :: CI.CI B.ByteString
hContentDisposition = "Content-Disposition"
-#if ! MIN_VERSION_http_types(0,7,0)
-hContentLength :: CI.CI B.ByteString
-hContentLength = "Content-Length"
-
-hUserAgent :: CI.CI B.ByteString
-hUserAgent = "User-Agent"
-#endif
-
{- Use with eg:
-
- > catchJust (matchStatusCodeException (== notFound404))