mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Remove unused code
This commit is contained in:
parent
8040ae6fc5
commit
8dc957ae06
13 changed files with 0 additions and 78 deletions
|
|
@ -146,13 +146,6 @@ public:
|
|||
while (numThreads > 0)
|
||||
cond.wait(lock);
|
||||
}
|
||||
|
||||
/** Return current depth of queue */
|
||||
size_t Depth()
|
||||
{
|
||||
std::unique_lock<std::mutex> lock(cs);
|
||||
return queue.size();
|
||||
}
|
||||
};
|
||||
|
||||
struct HTTPPathHandler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue