aboutsummaryrefslogtreecommitdiff
path: root/Command/Get.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-08-03 13:46:20 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-08-03 13:46:20 -0400
commit85cd2dd2a908d9cec848c9827f68f9941f3ff5b8 (patch)
tree987e62f90199de80e0e080235225e3aff74de806 /Command/Get.hs
parente38ae12506c878b98779465bef167446bff506f9 (diff)
remove TransferObserver
unused after last commit
Diffstat (limited to 'Command/Get.hs')
-rw-r--r--Command/Get.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Command/Get.hs b/Command/Get.hs
index bd4891b92..3d2914673 100644
--- a/Command/Get.hs
+++ b/Command/Get.hs
@@ -14,7 +14,6 @@ import Annex.Transfer
import Annex.NumCopies
import Annex.Wanted
import qualified Command.Move
-import Types.ActionItem
cmd :: Command
cmd = withGlobalOptions (jobsOption : jsonOption : annexedMatchingOptions) $
@@ -109,7 +108,7 @@ getKey' key afile = dispatch
either (const False) id <$> Remote.hasKey r key
| otherwise = return True
docopy r witness = getViaTmp (RemoteVerify r) key $ \dest ->
- download (Remote.uuid r) key afile noRetry noObserver
+ download (Remote.uuid r) key afile noRetry
(\p -> do
showAction $ "from " ++ Remote.name r
Remote.retrieveKeyFile r key afile dest p