From: Danny Al-Gaaf Date: Mon, 24 Jun 2013 12:29:50 +0000 (+0200) Subject: common/cmdparse.cc: remove unused variable X-Git-Tag: v0.66~29^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b485a3e68acf3dc5e437ee55c71fd67f418a5b70;p=ceph.git common/cmdparse.cc: remove unused variable Signed-off-by: Danny Al-Gaaf --- diff --git a/src/common/cmdparse.cc b/src/common/cmdparse.cc index 5cb512233477..584af054fa08 100644 --- a/src/common/cmdparse.cc +++ b/src/common/cmdparse.cc @@ -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::mapdesckv; // accumulate descriptor keywords in desckv size_t pos;