summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>2013-03-01 14:25:55 +0100
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>2013-03-01 14:25:55 +0100
commit9b73448b0767be298a0c99c2d9f2930e29f2ed3d (patch)
treeef8c1640aed1320ba4018c5f0c2915a82f29eb1a
parent4d5e3dd167f70de1a1aec7fc09779e896f58fdab (diff)
downloadceph-9b73448b0767be298a0c99c2d9f2930e29f2ed3d.tar.gz
mon/MonmapMonitor.cc: remove unused variable
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
-rw-r--r--src/mon/MonmapMonitor.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mon/MonmapMonitor.cc b/src/mon/MonmapMonitor.cc
index 86a813d7ee9..1a86a0199ae 100644
--- a/src/mon/MonmapMonitor.cc
+++ b/src/mon/MonmapMonitor.cc
@@ -219,7 +219,6 @@ bool MonmapMonitor::preprocess_command(MMonCommand *m)
string format = "plain";
string val;
epoch_t epoch = 0;
- string cmd = args[0];
for (std::vector<const char*>::iterator i = args.begin()+1; i != args.end(); ) {
if (ceph_argparse_double_dash(args, i))
break;