mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-17 03:19:33 -04:00
code cleanup:remove redundant return statement in pv_controller.go
This commit is contained in:
parent
6cc27991e9
commit
8009823867
1 changed files with 0 additions and 1 deletions
|
|
@ -1223,7 +1223,6 @@ func (ctrl *PersistentVolumeController) recycleVolumeOperation(volume *v1.Persis
|
|||
klog.V(3).Infof("recycleVolumeOperation [%s]: failed to make recycled volume 'Available' (%v), we will recycle the volume again", volume.Name, err)
|
||||
return
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
// deleteVolumeOperation deletes a volume. This method is running in standalone
|
||||
|
|
|
|||
Loading…
Reference in a new issue