mon: ceph fails to compile with boost 1.58 #5122

Merged
merged 1 commit into from Jul 10, 2015
Jump to file or symbol
Failed to load files and symbols.
+0 −2
Split
View
@@ -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");