2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 22:50:48 +00:00

removed unnacessary line

This commit is contained in:
Tobias Klein 2017-09-10 10:41:07 +02:00
parent 2d73a273af
commit a677f1139a

View File

@ -91,7 +91,6 @@ func ApplyPolicy(list Snapshots, p ExpirePolicy) (keep, remove Snapshots) {
}
for nr, cur := range list {
nr = nr + 1
var keepSnap bool
// Tags are handled specially as they are not counted.