diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-08-28 12:51:25 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-08-28 12:51:25 -0400 |
commit | c6baea5d462ca2c5738ba571e0ac788be8c4ab82 (patch) | |
tree | db10f954cf2ef12ff5bde03361ecd633309336e2 | |
parent | 39ef98860d0cc74f08c1becbb710c134b15935e1 (diff) |
toFeed was unused so remove
-rw-r--r-- | Command/ImportFeed.hs | 8 |
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 |