]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: drop unused variable - 'args'
authorsongweibin <song.weibin@zte.com.cn>
Thu, 1 Mar 2018 07:20:49 +0000 (15:20 +0800)
committersongweibin <song.weibin@zte.com.cn>
Thu, 1 Mar 2018 07:20:49 +0000 (15:20 +0800)
Signed-off-by: songweibin <song.weibin@zte.com.cn>
src/mon/OSDMonitor.cc

index 9153011bec9d8209ed42cda4bf2c9cb12576f22d..0cf13254161a2b3fc4e1460a91a04fdf5824c7f7 100644 (file)
@@ -7961,7 +7961,6 @@ bool OSDMonitor::prepare_command_impl(MonOpRequestRef op,
     do {
       // osd crush move <name> <loc1> [<loc2> ...]
       string name;
-      string args;
       vector<string> argvec;
       cmd_getval(cct, cmdmap, "name", name);
       cmd_getval(cct, cmdmap, "args", argvec);