From e25947436284ec8d54d6ba0b18111bfa37df49c0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 14 Jan 2014 11:00:39 +0100 Subject: db/upnp/WorkQueue: remove unused method qsize() --- src/db/upnp/WorkQueue.hxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/db/upnp') diff --git a/src/db/upnp/WorkQueue.hxx b/src/db/upnp/WorkQueue.hxx index 432351250..0f62ee457 100644 --- a/src/db/upnp/WorkQueue.hxx +++ b/src/db/upnp/WorkQueue.hxx @@ -292,14 +292,6 @@ public: m_ccond.broadcast(); } - size_t qsize() - { - const ScopeLock protect(m_mutex); - - size_t sz = m_queue.size(); - return sz; - } - private: bool ok() { -- cgit v1.2.3