Skip to content

Commit 6a03bbc

Browse files
committed
pkg/cvo/sync_worker: Drop unused 'reconciling' from SyncWorker
The property landed with SyncWorker in 961873d (sync: Do config syncing in the background, 2019-01-11, #82), but has never been used.
1 parent 2fdbb16 commit 6a03bbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/cvo/sync_worker.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ type SyncWorker struct {
130130
retriever PayloadRetriever
131131
builder payload.ResourceBuilder
132132
preconditions precondition.List
133-
reconciling bool
134133

135134
// minimumReconcileInterval is the minimum time between reconcile attempts, and is
136135
// used to define the maximum backoff interval when syncOnce() returns an error.

0 commit comments

Comments
 (0)