mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
removed unnacessary line
This commit is contained in:
parent
2d73a273af
commit
a677f1139a
@ -91,7 +91,6 @@ func ApplyPolicy(list Snapshots, p ExpirePolicy) (keep, remove Snapshots) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for nr, cur := range list {
|
for nr, cur := range list {
|
||||||
nr = nr + 1
|
|
||||||
var keepSnap bool
|
var keepSnap bool
|
||||||
|
|
||||||
// Tags are handled specially as they are not counted.
|
// Tags are handled specially as they are not counted.
|
||||||
|
Loading…
Reference in New Issue
Block a user