diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index 79b519a063917..cc4e1869f8c61 100644 --- a/src/mon/OSDMonitor.cc +++ b/src/mon/OSDMonitor.cc @@ -2998,8 +2998,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");