1. @@ -2960,8 +2960,6 @@ bool OSDMonitor::preprocess_command(MMonCommand *m)
  2. } else if (prefix == "osd crush get-tunable") {
  3. string tunable;
  4. cmd_getval(g_ceph_context, cmdmap, "tunable", tunable);
  5. - int value;
  6. - cmd_getval(g_ceph_context, cmdmap, "value", value);
  7. ostringstream rss;