Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions pkg/payload/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ type Task struct {
Index int
Total int
Manifest *manifest.Manifest
Requeued int
Backoff wait.Backoff
}

Expand All @@ -98,7 +97,6 @@ func (st *Task) Copy() *Task {
Index: st.Index,
Total: st.Total,
Manifest: st.Manifest,
Requeued: st.Requeued,
}
}

Expand Down