kubectl: remove unreachable code

This code cannot be reached and causes some external linters
to fail.
This commit is contained in:
Michael Gugino 2019-10-23 11:20:40 -04:00
parent 0088a9e6a8
commit 46fd8fce45

View File

@ -298,7 +298,6 @@ func waitForDelete(ctx context.Context, pods []corev1.Pod, interval, timeout tim
default:
return false, nil
}
return false, nil
}
return true, nil
})