mirror of
https://github.com/ceph/ceph
synced 2025-01-02 00:52:22 +00:00
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:
parent
9226a97aa2
commit
ace35f2154
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user