Skip to content

Commit 124fd10

Browse files
committed
Remove unused const
1 parent c58f21d commit 124fd10

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vertical-pod-autoscaler/e2e/v1/e2e_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ import (
3434
"k8s.io/kubernetes/test/utils/image"
3535
)
3636

37-
var viperConfig = flag.String("viper-config", "", "The name of a viper config file (https://github.com/spf13/viper#what-is-viper). All e2e command line parameters can also be configured in such a file. May contain a path and may or may not contain the file suffix. The default is to look for an optional file with `e2e` as base name. If a file is specified explicitly, it must be present.")
38-
3937
// handleFlags sets up all flags and parses the command line.
4038
func handleFlags() {
4139
config.CopyFlags(config.Flags, flag.CommandLine)

0 commit comments

Comments
 (0)