From 06ee557da5a8f5ee5d6bf1c95114521d1d737142 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 21 Jul 2020 20:44:32 +0200 Subject: Remove nonsense doc comment --- src/Queue.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Queue.hpp b/src/Queue.hpp index dddafc6..7f1e399 100644 --- a/src/Queue.hpp +++ b/src/Queue.hpp @@ -115,8 +115,6 @@ Queue::push(const T& elem) /** Pop an item off the front of the queue - realtime-safe, not thread-safe. * * It is a fatal error to call pop() when the queue is empty. - * - * @returns the element popped. */ template inline void -- cgit v1.2.1