mirror of
https://github.com/opencontainers/runc.git
synced 2025-11-01 19:42:43 +08:00
Delete unused variable
Signed-off-by: Xiaobing.Jiang <s7v7nislands@gmail.com>
This commit is contained in:
@@ -27,8 +27,6 @@ import (
|
||||
|
||||
var errEmptyID = errors.New("container id cannot be empty")
|
||||
|
||||
var container libcontainer.Container
|
||||
|
||||
// loadFactory returns the configured factory instance for execing containers.
|
||||
func loadFactory(context *cli.Context) (libcontainer.Factory, error) {
|
||||
root := context.GlobalString("root")
|
||||
|
||||
Reference in New Issue
Block a user