Skip to content

Commit

Permalink
[chore] remove internal unused public variable (#9124)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <[email protected]>
  • Loading branch information
bogdandrutu authored Dec 15, 2023
1 parent 16e0d9f commit 256efb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions exporter/exporterhelper/internal/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ import (
var (
// ErrQueueIsFull is the error returned when an item is offered to the Queue and the queue is full.
ErrQueueIsFull = errors.New("sending queue is full")
// ErrQueueIsStopped is the error returned when an item is offered to the Queue and the queue is stopped.
ErrQueueIsStopped = errors.New("sending queue is stopped")
)

// Queue defines a producer-consumer exchange which can be backed by e.g. the memory-based ring buffer queue
Expand Down

0 comments on commit 256efb8

Please sign in to comment.