aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/upnp/WorkQueue.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-14 11:00:39 +0100
committerMax Kellermann <max@duempel.org>2014-01-14 11:06:55 +0100
commite25947436284ec8d54d6ba0b18111bfa37df49c0 (patch)
tree165f62a131a7b1c0832984a27e52f26e0867deb7 /src/db/upnp/WorkQueue.hxx
parent7740855a78e75e5b41eb5fb4db8cf4c7a9b644ad (diff)
downloadmpd-e25947436284ec8d54d6ba0b18111bfa37df49c0.tar.gz
mpd-e25947436284ec8d54d6ba0b18111bfa37df49c0.tar.xz
mpd-e25947436284ec8d54d6ba0b18111bfa37df49c0.zip
db/upnp/WorkQueue: remove unused method qsize()
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()
{