remove now-unnecessary manual reaps

This commit is contained in:
Joey Hess 2012-10-04 18:57:53 -04:00
parent 5594bf0643
commit de3ea4adb6
4 changed files with 7 additions and 3 deletions

View file

@ -212,7 +212,7 @@ onLocal r a = do
-- No need to update the branch; its data is not used
-- for anything onLocal is used to do.
Annex.BranchState.disableUpdate
liftIO Git.Command.reap `after` a
a
keyUrls :: Git.Repo -> Key -> [String]
keyUrls r key = map tourl (annexLocations key)