Job queue simplificaiton

This commit is contained in:
JoelKatz
2013-03-06 19:30:08 -08:00
parent dc3d82272e
commit 0007d76923
6 changed files with 18 additions and 23 deletions

View File

@@ -2893,8 +2893,6 @@ Json::Value RPCHandler::doCommand(const Json::Value& jvRequest, int iRole)
cLog(lsTRACE) << "COMMAND:" << strCommand;
cLog(lsTRACE) << "REQUEST:" << jvRequest;
LoadEvent::autoptr le(theApp->getJobQueue().getLoadEventAP(jtRPC, "RPC"));
mRole = iRole;
static struct {