Skip to content

Commit 02d0228

Browse files
committed
remove noop dccli
1 parent ebed3de commit 02d0228

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

agent/agentcontainers/devcontainercli.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,3 @@ func (l *devcontainerCLILogWriter) Write(p []byte) (n int, err error) {
191191
}
192192
return len(p), nil
193193
}
194-
195-
// noopDevcontainerCLI is a no-op implementation of the DevcontainerCLI
196-
// interface. It is used when devcontainers are not enabled.
197-
type noopDevcontainerCLI struct{}
198-
199-
func (*noopDevcontainerCLI) Up(context.Context, string, string, ...DevcontainerCLIUpOptions) (string, error) {
200-
return "", nil
201-
}
202-
203-
var _ DevcontainerCLI = &noopDevcontainerCLI{}

0 commit comments

Comments
 (0)