db/upnp/WorkQueue: remove unused method qsize()

This commit is contained in:
Max Kellermann 2014-01-14 11:00:39 +01:00
parent 7740855a78
commit e259474362
1 changed files with 0 additions and 8 deletions

View File

@ -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()
{