Merge pull request #111203 from ldsdsy/modify3

Remove redundant code in pkg/scheduler/framework/plugins/volumebinding
This commit is contained in:
Kubernetes Prow Robot 2022-07-18 15:36:59 -07:00 committed by GitHub
commit 590e84c097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -355,7 +355,6 @@ func (pl *VolumeBinding) Unreserve(ctx context.Context, cs *framework.CycleState
return
}
pl.Binder.RevertAssumedPodVolumes(podVolumes)
return
}
// New initializes a new plugin and returns it.