diff --git a/pkg/kubelet/volumemanager/reconciler/reconstruct.go b/pkg/kubelet/volumemanager/reconciler/reconstruct.go index 1ed4873099779..9969577b3f9cf 100644 --- a/pkg/kubelet/volumemanager/reconciler/reconstruct.go +++ b/pkg/kubelet/volumemanager/reconciler/reconstruct.go @@ -26,8 +26,6 @@ import ( "k8s.io/kubernetes/pkg/volume/util/operationexecutor" ) -// TODO: move to reconstruct.go and remove old code there. - // readyToUnmount returns true when reconciler can start unmounting volumes. func (rc *reconciler) readyToUnmount() bool { // During kubelet startup, all volumes present on disk are added as uncertain to ASW.