From dbe13313718a644ae604d3067b2b934cda2a4348 Mon Sep 17 00:00:00 2001 From: ldsdsy Date: Mon, 18 Jul 2022 11:23:37 +0800 Subject: [PATCH] Remove redundant code in pkg/scheduler/framework/plugins/volumebinding/volume_binding.go --- pkg/scheduler/framework/plugins/volumebinding/volume_binding.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/scheduler/framework/plugins/volumebinding/volume_binding.go b/pkg/scheduler/framework/plugins/volumebinding/volume_binding.go index 48ee01dea4e..e24c68cb45f 100644 --- a/pkg/scheduler/framework/plugins/volumebinding/volume_binding.go +++ b/pkg/scheduler/framework/plugins/volumebinding/volume_binding.go @@ -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.