Merge pull request #1597 from s7v7nislands/unused_var

Delete unused variable
This commit is contained in:
Michael Crosby 2017-09-22 09:53:11 -04:00 committed by GitHub
commit e385f67a0e
1 changed files with 0 additions and 2 deletions

View File

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