From ace35f215460e1101bf0636c8c8b1ef117c5dd38 Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Tue, 5 Nov 2013 21:59:20 +0100 Subject: [PATCH] Client.cc: remove unused variable from Client::CommandHook::call() Signed-off-by: Danny Al-Gaaf --- src/client/Client.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client/Client.cc b/src/client/Client.cc index 89de94ee6ea..11939c0a153 100644 --- a/src/client/Client.cc +++ b/src/client/Client.cc @@ -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();