diff --git a/src/mon/MDSMonitor.cc b/src/mon/MDSMonitor.cc index eb0f6e1d667..117f84f85f6 100644 --- a/src/mon/MDSMonitor.cc +++ b/src/mon/MDSMonitor.cc @@ -570,7 +570,6 @@ bool MDSMonitor::preprocess_command(MMonCommand *m) } r = 0; } else if (prefix == "mds dump") { - string val; int64_t epocharg; epoch_t epoch; @@ -633,7 +632,6 @@ bool MDSMonitor::preprocess_command(MMonCommand *m) } else if (prefix == "mds tell") { string whostr; cmd_getval(g_ceph_context, cmdmap, "who", whostr); - string args; vectorargs_vec; cmd_getval(g_ceph_context, cmdmap, "args", args_vec);