Add comment that usedBlobs is modified

This commit is contained in:
Alexander Neumann 2020-11-03 12:50:33 +01:00
parent aff1e220f5
commit a5b80452fe
1 changed files with 2 additions and 0 deletions

View File

@ -170,6 +170,8 @@ type packInfoWithID struct {
packInfo
}
// prune selects which files to rewrite and then does that. The map usedBlobs is
// modified in the process.
func prune(opts PruneOptions, gopts GlobalOptions, repo restic.Repository, usedBlobs restic.BlobSet) error {
ctx := gopts.ctx