Remove broken lock.

This commit is contained in:
JoelKatz
2012-11-21 14:13:37 -08:00
parent 6ce7d880e5
commit fd1468b71f

View File

@@ -50,7 +50,6 @@ Json::Value WSConnection::invokeCommand(Json::Value& jvRequest)
// Regular RPC command
{
boost::recursive_mutex::scoped_lock sl(theApp->getMasterLock());
jvResult["result"] = mRPCHandler.doCommand(
jvRequest["command"].asString(),
jvRequest.isMember("params")