From 2f76ac3dc38301cdc96136e5470c2cc7f6f28f04 Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Thu, 7 Nov 2013 23:33:21 +0100 Subject: [PATCH] mon/MDSMonitor.cc: remove some unused variables Signed-off-by: Danny Al-Gaaf --- src/mon/MDSMonitor.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mon/MDSMonitor.cc b/src/mon/MDSMonitor.cc index eb0f6e1d6679..117f84f85f61 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); -- 2.47.3