From b485a3e68acf3dc5e437ee55c71fd67f418a5b70 Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Mon, 24 Jun 2013 14:29:50 +0200 Subject: [PATCH] common/cmdparse.cc: remove unused variable Signed-off-by: Danny Al-Gaaf --- src/common/cmdparse.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/cmdparse.cc b/src/common/cmdparse.cc index 5cb51223347..584af054fa0 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; -- 2.47.3