diff options
author | Max Kellermann <max@duempel.org> | 2014-01-14 11:00:39 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-14 11:06:55 +0100 |
commit | e25947436284ec8d54d6ba0b18111bfa37df49c0 (patch) | |
tree | 165f62a131a7b1c0832984a27e52f26e0867deb7 | |
parent | 7740855a78e75e5b41eb5fb4db8cf4c7a9b644ad (diff) | |
download | mpd-e25947436284ec8d54d6ba0b18111bfa37df49c0.tar.gz mpd-e25947436284ec8d54d6ba0b18111bfa37df49c0.tar.xz mpd-e25947436284ec8d54d6ba0b18111bfa37df49c0.zip |
db/upnp/WorkQueue: remove unused method qsize()
-rw-r--r-- | src/db/upnp/WorkQueue.hxx | 8 |
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() { |