Not sure how this got in here[1], but without a return statement it's not
functioning, and it's happily unnecessary as we don't reference the OSDMap.
[1]: We do CRUSH parsing and I was probably expecting to compare it to the
actual map at some point during development, but that's not happening.
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
goto reply;
}
- if (!mon.osdmon()->is_readable()) {
- mon.osdmon()->wait_for_readable(op, new Monitor::C_RetryMessage(&mon, op));
- }
vector<string> argvec;
map<string, string> loc;
cmd_getval(cmdmap, "args", argvec);