mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Remove unused import
This commit removes an unused import. Signed-off-by: Florin Patan <florinpatan@gmail.com>
This commit is contained in:
parent
115f5781c6
commit
52d4716843
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ package seccomp
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/docker/docker/api/types"
|
"github.com/docker/docker/api/types"
|
||||||
"github.com/opencontainers/runtime-spec/specs-go"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// DefaultProfile returns a nil pointer on unsupported systems.
|
// DefaultProfile returns a nil pointer on unsupported systems.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue