Merge pull request #917 from xiekeyang/master
remove unused returned variables name
This commit is contained in:
commit
5dc3f3576e
|
@ -118,7 +118,7 @@ using the runc checkpoint command.`,
|
|||
},
|
||||
}
|
||||
|
||||
func restoreContainer(context *cli.Context, spec *specs.Spec, config *configs.Config, imagePath string) (code int, err error) {
|
||||
func restoreContainer(context *cli.Context, spec *specs.Spec, config *configs.Config, imagePath string) (int, error) {
|
||||
var (
|
||||
rootuid = 0
|
||||
rootgid = 0
|
||||
|
|
Loading…
Reference in New Issue