Skip to content

Commit aafe13f

Browse files
committed
rm unused runtime iotas
1 parent f4c0eab commit aafe13f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

agent/agentcontainers/containers_dockercli.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ import (
2121
"golang.org/x/xerrors"
2222
)
2323

24-
const (
25-
RuntimeSystem int = iota
26-
RuntimeDocker
27-
)
28-
2924
// DockerCLILister is a ContainerLister that lists containers using the docker CLI
3025
type DockerCLILister struct {
3126
execer agentexec.Execer

0 commit comments

Comments
 (0)