summaryrefslogtreecommitdiff
path: root/Logs/Web.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Logs/Web.hs')
-rw-r--r--Logs/Web.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Logs/Web.hs b/Logs/Web.hs
index 44d511267..47ab61943 100644
--- a/Logs/Web.hs
+++ b/Logs/Web.hs
@@ -106,7 +106,6 @@ knownUrls = do
geturls (Just logsha) = getLog . L.unpack <$> catObject logsha
data Downloader = DefaultDownloader | QuviDownloader
- deriving (Eq)
{- Determines the downloader for an URL.
-