mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 13:42:02 +00:00
kubectl: remove unreachable code
This code cannot be reached and causes some external linters to fail.
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
Reference in New Issue
Block a user