Remove obsolete JobQueue thread tracking

This commit is contained in:
Vinnie Falco
2016-02-19 20:11:19 -05:00
parent 9ab5611c65
commit e8b75b80c2
3 changed files with 0 additions and 24 deletions

View File

@@ -237,8 +237,6 @@ ServerHandlerImp::processRequest (Port const& port,
std::string forwardedFor, std::string user)
{
auto rpcJ = app_.journal ("RPC");
// Move off the webserver thread onto the JobQueue.
assert (app_.getJobQueue().getJobForThread());
Json::Value jsonRPC;
{