diff --git a/progress.go b/progress.go index 7328ff3..efb8ab3 100644 --- a/progress.go +++ b/progress.go @@ -73,7 +73,6 @@ // method has been called. func NewWithContext(ctx context.Context, options ...ContainerOption) *Progress { s := &pState{ - bHeap: priorityQueue{}, rows: make([]io.Reader, 0, 64), pool: make([]*Bar, 0, 64), refreshRate: defaultRefreshRate,