Skip to content

Commit 44b4f78

Browse files
Merge pull request #375 from wking/drop-unused-reconciling
pkg/cvo/sync_worker: Drop unused 'reconciling' from SyncWorker
2 parents ee6d11d + 6a03bbc commit 44b4f78

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)