mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
remove unused returned variables name
The returned variables name seems be able to removed. Signed-off-by: xiekeyang <xiekeyang@huawei.com>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user