From 7da5f2d3e6e20f40e9cf0c8e8e28727698d9b39e Mon Sep 17 00:00:00 2001 From: qingsenLi Date: Wed, 22 May 2019 00:51:52 +0800 Subject: [PATCH] remove unused const in test/integration --- test/integration/statefulset/util.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/integration/statefulset/util.go b/test/integration/statefulset/util.go index bf866f7db90..3481351a1f8 100644 --- a/test/integration/statefulset/util.go +++ b/test/integration/statefulset/util.go @@ -43,9 +43,6 @@ import ( const ( pollInterval = 100 * time.Millisecond pollTimeout = 60 * time.Second - - fakeImageName = "fake-name" - fakeImage = "fakeimage" ) func labelMap() map[string]string {