remove calls to restic check before/after prune (#1794)

* remove calls to restic check before/after prune

Signed-off-by: Steve Kriss <krisss@vmware.com>

* changelog

Signed-off-by: Steve Kriss <krisss@vmware.com>
This commit is contained in:
Steve Kriss
2019-08-23 11:53:00 -06:00
committed by Adnan Abdulhussein
parent 3a0c1be7f0
commit 686f41ebec
5 changed files with 1 additions and 35 deletions

View File

@@ -91,13 +91,6 @@ func SnapshotsCommand(repoIdentifier string) *Command {
}
}
func CheckCommand(repoIdentifier string) *Command {
return &Command{
Command: "check",
RepoIdentifier: repoIdentifier,
}
}
func PruneCommand(repoIdentifier string) *Command {
return &Command{
Command: "prune",