summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Command')
-rw-r--r--Command/ImportFeed.hs8
1 files changed, 0 insertions, 8 deletions
diff --git a/Command/ImportFeed.hs b/Command/ImportFeed.hs
index c10da264f..d2989f05b 100644
--- a/Command/ImportFeed.hs
+++ b/Command/ImportFeed.hs
@@ -374,11 +374,3 @@ fromFeed = T.unpack
fromFeed :: String -> String
fromFeed = id
#endif
-
-#if MIN_VERSION_feed(1,0,0)
-toFeed :: String -> T.Text
-toFeed = T.pack
-#else
-toFeed :: String -> String
-toFeed = id
-#endif