Browse Source

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

Remove unused import
Akihiro Suda 8 năm trước cách đây
mục cha
commit
1df67a5c36

+ 0 - 1
profiles/seccomp/seccomp_unsupported.go

@@ -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.