summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Queue.hpp2
1 files changed, 0 insertions, 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<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