From 9de85482ce19c4e40b68d9e3f6458875856a071e Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Thu, 14 Oct 2021 16:26:52 +0300 Subject: - Remove Acknowledgement from the PQ interface Signed-off-by: Valery Piashchynski --- priority_queue/binary_heap_test.go | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'priority_queue/binary_heap_test.go') diff --git a/priority_queue/binary_heap_test.go b/priority_queue/binary_heap_test.go index 2eed34e6..e29835c2 100644 --- a/priority_queue/binary_heap_test.go +++ b/priority_queue/binary_heap_test.go @@ -12,18 +12,6 @@ import ( type Test int -func (t Test) Ack() error { - return nil -} - -func (t Test) Nack() error { - return nil -} - -func (t Test) Requeue(_ map[string][]string, _ int64) error { - return nil -} - func (t Test) Body() []byte { return nil } -- cgit v1.2.3