delete the for loops that done nothing

This commit is contained in:
jianglingxia 2017-06-20 11:20:30 +08:00
parent fc582d4b21
commit 8e07664914

View File

@ -229,9 +229,6 @@ func TestIsRunningAndReady(t *testing.T) {
func TestAscendingOrdinal(t *testing.T) {
set := newStatefulSet(10)
for i := 0; i < 10; i++ {
}
pods := make([]*v1.Pod, 10)
perm := rand.Perm(10)
for i, v := range perm {