mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 14:56:29 +00:00
ui: remove dead struct member
This commit is contained in:
parent
05a987b07c
commit
cff4955a48
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user