Skip to content

Commit 53a8fbf

Browse files
Merge pull request #1043 from wking/drop-task-requeued
NO-ISSUE: pkg/payload/task: Drop unused Requeued property
2 parents 1acac06 + 3a0e0bb commit 53a8fbf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/payload/task.go

-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ type Task struct {
8989
Index int
9090
Total int
9191
Manifest *manifest.Manifest
92-
Requeued int
9392
Backoff wait.Backoff
9493
}
9594

@@ -98,7 +97,6 @@ func (st *Task) Copy() *Task {
9897
Index: st.Index,
9998
Total: st.Total,
10099
Manifest: st.Manifest,
101-
Requeued: st.Requeued,
102100
}
103101
}
104102

0 commit comments

Comments
 (0)