Merge pull request #2623 from KentaTada/remove-unused-variable-of-spec

libcontainer: remove the unused variable from spec
This commit is contained in:
Kir Kolyshkin
2020-10-01 08:13:30 -07:00
committed by GitHub
-2
View File
@@ -24,8 +24,6 @@ import (
"golang.org/x/sys/unix"
)
const wildcard = -1
var namespaceMapping = map[specs.LinuxNamespaceType]configs.NamespaceType{
specs.PIDNamespace: configs.NEWPID,
specs.NetworkNamespace: configs.NEWNET,