queue/Queue: remove outdated API documentation
This commit is contained in:
parent
3e40b1d9d2
commit
3c1f7c77f0
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue