Merge pull request #1597 from s7v7nislands/unused_var
Delete unused variable
This commit is contained in:
commit
e385f67a0e
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue