aboutsummaryrefslogtreecommitdiff
path: root/format/packfile/ingest/thin_fix.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 /format/packfile/ingest/thin_fix.go
parentcommon/iowrap: Add io wrappers (diff)
signatureNo signature
network, internal/progress, format/packfile/ingest: Use WriteFlusher
Diffstat (limited to 'format/packfile/ingest/thin_fix.go')
-rw-r--r--format/packfile/ingest/thin_fix.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/format/packfile/ingest/thin_fix.go b/format/packfile/ingest/thin_fix.go
index 3dad1354..f66ed279 100644
--- a/format/packfile/ingest/thin_fix.go
+++ b/format/packfile/ingest/thin_fix.go
@@ -60,7 +60,6 @@ func maybeFixThin(state *ingestState) error {
total := len(baseIDs)
meter := progress.New(progress.Options{
Writer: state.opts.Progress,
- Flush: state.opts.ProgressFlush,
Title: "fixing thin pack",
Total: uint64(total),
})