diff --git a/src/queue/Queue.hxx b/src/queue/Queue.hxx index e4d5daeaa..44f1e22b1 100644 --- a/src/queue/Queue.hxx +++ b/src/queue/Queue.hxx @@ -105,11 +105,6 @@ struct Queue { LazyRandomEngine rand; explicit Queue(unsigned max_length) noexcept; - - /** - * Deinitializes a queue object. It does not free the queue - * pointer itself. - */ ~Queue() noexcept; Queue(const Queue &) = delete;