2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-06 02:50:50 +00:00

ui: remove dead struct member

This commit is contained in:
Michael Eischer 2020-12-29 15:58:06 +01:00
parent 05a987b07c
commit cff4955a48

View File

@ -32,7 +32,6 @@ type Backup struct {
MinUpdatePause time.Duration
term *termstatus.Terminal
v uint
start time.Time
totalBytes uint64
@ -61,7 +60,6 @@ func NewBackup(term *termstatus.Terminal, verbosity uint) *Backup {
Message: NewMessage(term, verbosity),
StdioWrapper: NewStdioWrapper(term),
term: term,
v: verbosity,
start: time.Now(),
// limit to 60fps by default