From 3c1f7c77f014887c73d19925640ab70ed592e3e3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 6 Jun 2019 12:38:17 +0200 Subject: [PATCH] queue/Queue: remove outdated API documentation --- src/queue/Queue.hxx | 5 ----- 1 file changed, 5 deletions(-) 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;