aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/db/upnp/WorkQueue.hxx8
1 files changed, 0 insertions, 8 deletions
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()
{