diff options
Diffstat (limited to 'pkg/priority_queue/interface.go')
-rw-r--r-- | pkg/priority_queue/interface.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/priority_queue/interface.go b/pkg/priority_queue/interface.go index 0034cbd3..9efa4652 100644 --- a/pkg/priority_queue/interface.go +++ b/pkg/priority_queue/interface.go @@ -28,7 +28,4 @@ type Item interface { // Requeue - put the message back to the queue with the optional delay Requeue(headers map[string][]string, delay int64) error - - // Recycle frees resources allocated by the Item - Recycle() } |