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=e7b196a4a091c0ea258866559ba06e7ed0cc4247;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 73dcd5f046f..7caaa45de09 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");