Commit e2594743 authored by Max Kellermann's avatar Max Kellermann

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

parent 7740855a
......@@ -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()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment