aboutsummaryrefslogtreecommitdiff
path: root/internal/progress/new.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-28 19:58:37 +0000
committerGravatar Runxi Yu2026-03-28 19:58:37 +0000
commitea8373ed78113af57315ae4523d42dfed3a3b1fe (patch)
tree835f98905046a8e5564cf6057af450fe03035444 /internal/progress/new.go
parentcommon/iowrap: Add io wrappers (diff)
signatureNo signature
network, internal/progress, format/packfile/ingest: Use WriteFlusher
Diffstat (limited to 'internal/progress/new.go')
-rw-r--r--internal/progress/new.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/progress/new.go b/internal/progress/new.go
index a86a0660..2c304279 100644
--- a/internal/progress/new.go
+++ b/internal/progress/new.go
@@ -8,7 +8,6 @@ func New(opts Options) *Meter {
return &Meter{
writer: opts.Writer,
- flush: opts.Flush,
title: opts.Title,
total: opts.Total,
delay: max(opts.Delay, time.Duration(0)),