Skip to content

Commit 4155902

Browse files
committed
Delete unused variable
Signed-off-by: Xiaobing.Jiang <[email protected]>
1 parent 593914b commit 4155902

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils_linux.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ import (
2727

2828
var errEmptyID = errors.New("container id cannot be empty")
2929

30-
var container libcontainer.Container
31-
3230
// loadFactory returns the configured factory instance for execing containers.
3331
func loadFactory(context *cli.Context) (libcontainer.Factory, error) {
3432
root := context.GlobalString("root")

0 commit comments

Comments
 (0)