Client.cc: remove unused variable from Client::CommandHook::call()

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
Danny Al-Gaaf 2013-11-05 21:59:20 +01:00
parent 9226a97aa2
commit ace35f2154

View File

@ -109,7 +109,6 @@ Client::CommandHook::CommandHook(Client *client) :
bool Client::CommandHook::call(std::string command, cmdmap_t& cmdmap,
std::string format, bufferlist& out)
{
stringstream ss;
Formatter *f = new_formatter(format);
f->open_object_section("result");
m_client->client_lock.Lock();