Add unused code linter

This commit is contained in:
Sargun Dhillon
2019-09-24 12:55:52 -07:00
parent 8a5f4af171
commit 82a430ccf7
4 changed files with 1 additions and 18 deletions

View File

@@ -109,7 +109,6 @@ func getExecOptions(req *http.Request) (*remotecommand.Options, error) {
type containerExecContext struct {
h ContainerExecHandlerFunc
eio *execIO
namespace, pod, container string
ctx context.Context
}