ui: remove unused Summary field

This commit is contained in:
Michael Eischer 2021-08-18 01:59:36 +02:00
parent 3024239e40
commit 77b129ec74
1 changed files with 0 additions and 4 deletions

View File

@ -61,7 +61,6 @@ type Summary struct {
Unchanged uint
}
ProcessedBytes uint64
TotalErrors uint
archiver.ItemStats
}
@ -141,9 +140,6 @@ func (p *Progress) Run(ctx context.Context) error {
started = true
case <-p.errCh:
errors++
p.summary.Lock()
p.summary.TotalErrors = errors
p.summary.Unlock()
started = true
case m := <-p.workerCh:
if m.done {