remove second pass in scanAnnexedFiles

The pass was needed to populate files when annex.thin was set,
but in commit 73e0cbbb19,
reconcileStaged started to do that. So, this second pass is not needed
any longer.
This commit is contained in:
Joey Hess 2021-07-30 17:46:11 -04:00
parent c912e7c4fd
commit 748addbe05
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
4 changed files with 11 additions and 86 deletions

View file

@ -267,7 +267,7 @@ update = do
-- point to refresh the keys database for changes to annexed files.
-- Doing it explicitly here avoids a later pause in the middle of
-- some other action.
scanAnnexedFiles False
scanAnnexedFiles
updateSmudged (Restage True)
stop