checkpoint: rm getDefaultImagePath arg

It was never used.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2021-11-29 19:31:01 -08:00
parent dd14040145
commit d23b810927
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@ func getContainer(context *cli.Context) (libcontainer.Container, error) {
return factory.Load(id)
}
func getDefaultImagePath(context *cli.Context) string {
func getDefaultImagePath() string {
cwd, err := os.Getwd()
if err != nil {
panic(err)