mirror of
https://github.com/restic/restic.git
synced 2025-12-12 03:11:56 +00:00
repository: deduplicate index progress bar initializaton
This commit is contained in:
@@ -76,7 +76,3 @@ func NewProgressPrinter(json bool, verbosity uint, term Terminal) progress.Print
|
||||
show: verbosity > 0,
|
||||
}
|
||||
}
|
||||
|
||||
func NewIndexCounter(printer progress.Printer) *progress.Counter {
|
||||
return printer.NewCounterTerminalOnly("index files loaded")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user