forked from TrueCloudLab/restic
forget: Remove unneeded index loading
This commit is contained in:
parent
fe1013e779
commit
1dd72693f9
1 changed files with 0 additions and 5 deletions
|
@ -112,11 +112,6 @@ func runForget(opts ForgetOptions, gopts GlobalOptions, args []string) error {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
err = repo.LoadIndex()
|
|
||||||
if err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
|
|
||||||
// parse arguments as hex strings
|
// parse arguments as hex strings
|
||||||
var ids []string
|
var ids []string
|
||||||
for _, s := range args {
|
for _, s := range args {
|
||||||
|
|
Loading…
Reference in a new issue