From ab0627007e2414f8d594bf8071c1a73e412a4abe Mon Sep 17 00:00:00 2001 From: YZ775 Date: Thu, 21 Nov 2024 08:43:44 +0000 Subject: [PATCH] remove unused code --- op/repair_finish.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/op/repair_finish.go b/op/repair_finish.go index 8aab9bca..3cc24e6e 100644 --- a/op/repair_finish.go +++ b/op/repair_finish.go @@ -53,9 +53,6 @@ type repairFinishCommand struct { } func (c repairFinishCommand) Run(ctx context.Context, inf cke.Infrastructure, _ string) error { - if c.succeeded { - - } return repairFinish(ctx, inf, c.entry, c.succeeded, c.cluster) }