summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-08-28 12:51:25 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-08-28 12:51:25 -0400
commitc6baea5d462ca2c5738ba571e0ac788be8c4ab82 (patch)
treedb10f954cf2ef12ff5bde03361ecd633309336e2 /Command
parent39ef98860d0cc74f08c1becbb710c134b15935e1 (diff)
toFeed was unused so remove
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