Remove useless Done in the progress writer

Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
This commit is contained in:
Djordje Lukic 2020-11-20 17:49:43 +01:00
parent 34e4a006c0
commit be40bdb032
3 changed files with 5 additions and 19 deletions

View file

@ -45,7 +45,6 @@ type Event struct {
Text string
Status EventStatus
StatusText string
Done bool
startTime time.Time
endTime time.Time