From 8dc957ae06366d023e0d23c92279c5fb04b515d0 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Fri, 17 Mar 2017 04:37:43 +0100 Subject: Remove unused code --- src/httpserver.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/httpserver.cpp') diff --git a/src/httpserver.cpp b/src/httpserver.cpp index e1763c6ad2..dbd08ff2e1 100644 --- a/src/httpserver.cpp +++ b/src/httpserver.cpp @@ -146,13 +146,6 @@ public: while (numThreads > 0) cond.wait(lock); } - - /** Return current depth of queue */ - size_t Depth() - { - std::unique_lock lock(cs); - return queue.size(); - } }; struct HTTPPathHandler -- cgit v1.2.3