Commit 3c1f7c77 authored by Max Kellermann's avatar Max Kellermann

queue/Queue: remove outdated API documentation

parent 3e40b1d9
...@@ -105,11 +105,6 @@ struct Queue { ...@@ -105,11 +105,6 @@ struct Queue {
LazyRandomEngine rand; LazyRandomEngine rand;
explicit Queue(unsigned max_length) noexcept; explicit Queue(unsigned max_length) noexcept;
/**
* Deinitializes a queue object. It does not free the queue
* pointer itself.
*/
~Queue() noexcept; ~Queue() noexcept;
Queue(const Queue &) = delete; Queue(const Queue &) = delete;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment