summaryrefslogtreecommitdiff
path: root/common/MessageQueue.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/MessageQueue.hpp')
-rw-r--r--common/MessageQueue.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/MessageQueue.hpp b/common/MessageQueue.hpp
index d0a7e8054..74acc7ea8 100644
--- a/common/MessageQueue.hpp
+++ b/common/MessageQueue.hpp
@@ -125,7 +125,6 @@ private:
std::vector<Payload> _queue;
mutable std::mutex _mutex;
std::condition_variable _cv;
-
};
typedef MessageQueueBase<std::vector<char>> MessageQueue;