From 3d4aab38ce995b7f37183fdcd4ad4e6e134a12a3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 21 Oct 2019 13:51:38 -0400 Subject: [PATCH] remove obsolete comment --- Command/Drop.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Command/Drop.hs b/Command/Drop.hs index 5de8cdd268..5d0d6179c7 100644 --- a/Command/Drop.hs +++ b/Command/Drop.hs @@ -120,10 +120,8 @@ performLocal key afile numcopies preverified = lockContentForRemoval key $ \cont performRemote :: Key -> AssociatedFile -> NumCopies -> Remote -> CommandPerform performRemote key afile numcopies remote = do - -- Filter the remote it's being dropped from out of the lists of + -- Filter the uuid it's being dropped from out of the lists of -- places assumed to have the key, and places to check. - -- When the local repo has the key, that's one additional copy, - -- as long as the local repo is not untrusted. (tocheck, verified) <- verifiableCopies key [uuid] doDrop uuid Nothing key afile numcopies [uuid] verified tocheck ( \proof -> do