Skip to content

Commit

Permalink
Remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
idanovo committed Nov 6, 2024
1 parent 3af1297 commit cc90b44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/local/progress.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ func NewProgressPool() *ProgressPool {
type fileWrapper struct {
file io.Seeker
reader io.Reader
closer io.Closer
}

func (f fileWrapper) Read(p []byte) (n int, err error) {
Expand Down

0 comments on commit cc90b44

Please sign in to comment.