Unverified Commit 6ab483b6 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub

Merge pull request #78155 from qingsenLi/k8s-190521

remove unused const in test/integration
parents 33713785 7da5f2d3
...@@ -43,9 +43,6 @@ import ( ...@@ -43,9 +43,6 @@ import (
const ( const (
pollInterval = 100 * time.Millisecond pollInterval = 100 * time.Millisecond
pollTimeout = 60 * time.Second pollTimeout = 60 * time.Second
fakeImageName = "fake-name"
fakeImage = "fakeimage"
) )
func labelMap() map[string]string { func labelMap() map[string]string {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment