forked from TrueCloudLab/restic
Add comment that usedBlobs is modified
This commit is contained in:
parent
aff1e220f5
commit
a5b80452fe
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue