queue/Queue: remove outdated API documentation

This commit is contained in:
Max Kellermann 2019-06-06 12:38:17 +02:00
parent 3e40b1d9d2
commit 3c1f7c77f0
1 changed files with 0 additions and 5 deletions

View File

@ -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;