diff options
| author | 2026-03-10 14:07:54 +0800 | |
|---|---|---|
| committer | 2026-03-10 14:07:54 +0800 | |
| commit | c2cb06aa23a1769a0d84756acccf1ac1358f61ef (patch) | |
| tree | 86d991b67542dd8e8509a74c832b749ccf948342 /format/pack/ingest/progress_write.go | |
| parent | commitgraph: Move out of format/ (diff) | |
| signature | No signature | |
*: format/pack -> packfile; format/delta -> delta; delete format
Diffstat (limited to 'format/pack/ingest/progress_write.go')
| -rw-r--r-- | format/pack/ingest/progress_write.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/format/pack/ingest/progress_write.go b/format/pack/ingest/progress_write.go deleted file mode 100644 index 5b9f184b..00000000 --- a/format/pack/ingest/progress_write.go +++ /dev/null @@ -1,11 +0,0 @@ -package ingest - -import "codeberg.org/lindenii/furgit/internal/utils" - -func writeProgressf(state *ingestState, format string, args ...any) { - utils.BestEffortFprintf(state.opts.Progress, format, args...) - - if state.opts.ProgressFlush != nil { - _ = state.opts.ProgressFlush() - } -} |
