mirror of
https://github.com/ceph/ceph
synced 2025-02-24 19:47:44 +00:00
common/cmdparse.cc: remove unused variable
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
parent
a92a720e00
commit
b485a3e68a
@ -47,7 +47,7 @@ dump_cmd_to_json(JSONFormatter *f, const string& cmd)
|
||||
// Snarf up all the key=val,key=val pairs, put 'em in a dict.
|
||||
// no '=val' implies '=True'.
|
||||
std::stringstream argdesc(word);
|
||||
std::string keyval, name;
|
||||
std::string keyval;
|
||||
std::map<std::string, std::string>desckv;
|
||||
// accumulate descriptor keywords in desckv
|
||||
size_t pos;
|
||||
|
Loading…
Reference in New Issue
Block a user