mirror of
https://github.com/ceph/ceph
synced 2025-01-02 00:52:22 +00:00
mon/MDSMonitor.cc: remove some unused variables
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
parent
91627f2d33
commit
2f76ac3dc3
@ -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;
|
||||
vector<string>args_vec;
|
||||
cmd_getval(g_ceph_context, cmdmap, "args", args_vec);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user