Merge pull request #34308 from dlsniper/remove-unused-import

Remove unused import
This commit is contained in:
Akihiro Suda 2017-07-31 17:28:03 +09:00 committed by GitHub
commit 1df67a5c36

View file

@ -4,7 +4,6 @@ package seccomp
import (
"github.com/docker/docker/api/types"
"github.com/opencontainers/runtime-spec/specs-go"
)
// DefaultProfile returns a nil pointer on unsupported systems.