summaryrefslogtreecommitdiffstats
path: root/raul/SRSWQueue.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/SRSWQueue.hpp')
-rw-r--r--raul/SRSWQueue.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/raul/SRSWQueue.hpp b/raul/SRSWQueue.hpp
index 8b910da..5e2cf4e 100644
--- a/raul/SRSWQueue.hpp
+++ b/raul/SRSWQueue.hpp
@@ -131,8 +131,6 @@ SRSWQueue<T>::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 <typename T>
inline void