]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Client.cc: remove unused variable from Client::CommandHook::call()
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Tue, 5 Nov 2013 20:59:20 +0000 (21:59 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Thu, 7 Nov 2013 22:31:14 +0000 (23:31 +0100)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/client/Client.cc

index 89de94ee6ea5bf75a19f86f7b48aca915d24eabd..11939c0a1531e6d15238395615d93229b8ed5a29 100644 (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();