diff --git a/pkg/cvo/sync_worker.go b/pkg/cvo/sync_worker.go index d03ea2d929..70de6761f7 100644 --- a/pkg/cvo/sync_worker.go +++ b/pkg/cvo/sync_worker.go @@ -130,7 +130,6 @@ type SyncWorker struct { retriever PayloadRetriever builder payload.ResourceBuilder preconditions precondition.List - reconciling bool // minimumReconcileInterval is the minimum time between reconcile attempts, and is // used to define the maximum backoff interval when syncOnce() returns an error.