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:
xiekeyang 2016-06-15 17:41:46 +08:00
parent 0636bdd45b
commit 55e783b57a
1 changed files with 1 additions and 1 deletions

View File

@ -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