Remove redundant code in pkg/scheduler/framework/plugins/volumebinding/volume_binding.go

This commit is contained in:
ldsdsy 2022-07-18 11:23:37 +08:00
parent f3654386ab
commit dbe1331371

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.