summaryrefslogtreecommitdiff
path: root/Remote.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-07-26 14:52:07 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-07-26 14:52:07 -0400
commit6f8a19e034476e83cc2a52f661475ee54d8cabd6 (patch)
tree4548a0ede1c3238ab482dbef845656b8cbded41a /Remote.hs
parent3e474c0ef81eff9e3fb6b2bf545f2f279e16b1de (diff)
unused import
Diffstat (limited to 'Remote.hs')
-rw-r--r--Remote.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Remote.hs b/Remote.hs
index b67df1f4f..081b02a9b 100644
--- a/Remote.hs
+++ b/Remote.hs
@@ -72,7 +72,6 @@ import Remote.List
import Config
import Git.Types (RemoteName)
import qualified Git
-import Utility.JSONStream
{- Map from UUIDs of Remotes to a calculated value. -}
remoteMap :: (Remote -> v) -> Annex (M.Map UUID v)