From: Danny Al-Gaaf Date: Tue, 5 Nov 2013 20:59:20 +0000 (+0100) Subject: Client.cc: remove unused variable from Client::CommandHook::call() X-Git-Tag: v0.74~90^2~1^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ace35f215460e1101bf0636c8c8b1ef117c5dd38;p=ceph.git Client.cc: remove unused variable from Client::CommandHook::call() Signed-off-by: Danny Al-Gaaf --- diff --git a/src/client/Client.cc b/src/client/Client.cc index 89de94ee6ea5..11939c0a1531 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();