Skip to content

Commit

Permalink
mon: remove unused variable
Browse files Browse the repository at this point in the history
* as a side effect, this change silences
  http://tracker.ceph.com/issues/11576

Fixes: #11576
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit e7b196a)
  • Loading branch information
tchaikov authored and theanalyst committed Jul 1, 2015
1 parent 72ecd52 commit 0e5e7e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mon/OSDMonitor.cc
Expand Up @@ -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");
Expand Down

0 comments on commit 0e5e7e1

Please sign in to comment.