mirror of
https://github.com/restic/restic.git
synced 2025-08-12 11:47:43 +00:00
Remove a few unused variables
This commit is contained in:
@@ -204,7 +204,7 @@ func (t *Terminal) runWithoutStatus(ctx context.Context) {
|
||||
fmt.Fprintf(os.Stderr, "flush failed: %v\n", err)
|
||||
}
|
||||
|
||||
case _ = <-t.status:
|
||||
case <-t.status:
|
||||
// discard status lines
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user