diff options
author | David Robillard <d@drobilla.net> | 2020-07-21 20:44:32 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-07-21 20:45:14 +0200 |
commit | 06ee557da5a8f5ee5d6bf1c95114521d1d737142 (patch) | |
tree | bf1f695b9c365af817794f3ef96ea831952175d7 | |
parent | 98eb6e947a27b7271ad81f58edc55e7802d67210 (diff) | |
download | patchage-06ee557da5a8f5ee5d6bf1c95114521d1d737142.tar.gz patchage-06ee557da5a8f5ee5d6bf1c95114521d1d737142.tar.bz2 patchage-06ee557da5a8f5ee5d6bf1c95114521d1d737142.zip |
Remove nonsense doc comment
-rw-r--r-- | src/Queue.hpp | 2 |
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 |