queue/Queue: remove outdated API documentation
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user