mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-05 04:38:16 +00:00
Remove redundant code in pkg/scheduler/framework/plugins/volumebinding/volume_binding.go
This commit is contained in:
@@ -355,7 +355,6 @@ func (pl *VolumeBinding) Unreserve(ctx context.Context, cs *framework.CycleState
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
pl.Binder.RevertAssumedPodVolumes(podVolumes)
|
pl.Binder.RevertAssumedPodVolumes(podVolumes)
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// New initializes a new plugin and returns it.
|
// New initializes a new plugin and returns it.
|
||||||
|
|||||||
Reference in New Issue
Block a user