From: Kefu Chai Date: Fri, 8 May 2015 07:21:20 +0000 (+0800) Subject: mon: remove unused variable X-Git-Tag: v9.0.2~211^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F4616%2Fhead;p=ceph.git mon: remove unused variable * as a side effect, this change silences http://tracker.ceph.com/issues/11576 Fixes: #11576 Signed-off-by: Kefu Chai --- diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index 73dcd5f046f5..7caaa45de096 100644 --- a/src/mon/OSDMonitor.cc +++ b/src/mon/OSDMonitor.cc @@ -3174,8 +3174,6 @@ bool OSDMonitor::preprocess_command(MMonCommand *m) } else if (prefix == "osd crush get-tunable") { string tunable; cmd_getval(g_ceph_context, cmdmap, "tunable", tunable); - int value; - cmd_getval(g_ceph_context, cmdmap, "value", value); ostringstream rss; if (f) f->open_object_section("tunable");