aboutsummaryrefslogtreecommitdiff
path: root/Command/TestRemote.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-20 16:36:33 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-20 16:36:33 -0400
commit10c579282b4f0acc7f26d8084916f7d538a89bd8 (patch)
treebc9e4a526b3bef0cb54b784cbe0d42a555a329db /Command/TestRemote.hs
parentd115fb8d3418d494708390f8a74938d830c669b7 (diff)
remove 163 lines of code without changing anything except imports
Diffstat (limited to 'Command/TestRemote.hs')
-rw-r--r--Command/TestRemote.hs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Command/TestRemote.hs b/Command/TestRemote.hs
index f66a77ba7..5c5d62e1d 100644
--- a/Command/TestRemote.hs
+++ b/Command/TestRemote.hs
@@ -7,13 +7,10 @@
module Command.TestRemote where
-import Common
import Command
import qualified Annex
import qualified Remote
import qualified Types.Remote as Remote
-import Types
-import Types.Key (key2file, keyBackendName, keySize)
import Types.Backend (getKey, verifyKeyContent)
import Types.KeySource
import Annex.Content
@@ -23,10 +20,8 @@ import Utility.Tmp
import Utility.Metered
import Utility.DataUnits
import Utility.CopyFile
-import Messages
import Types.Messages
import Remote.Helper.Chunked
-import Locations
import Git.Types
import Test.Tasty