summaryrefslogtreecommitdiff
path: root/http/http_client.hpp
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2022-06-29 05:44:29 +0300
committerEd Tanous <ed@tanous.net>2022-07-02 02:02:51 +0300
commit768989b142c5d94e0b63d98c86ad37f950d14e26 (patch)
tree0af2345fb04767a7397dd633bc54c65f1af96aad /http/http_client.hpp
parentca723762cdc83a2ad0bc75807d287abce219636d (diff)
downloadbmcweb-768989b142c5d94e0b63d98c86ad37f950d14e26.tar.xz
Remove unused variable
This variable was clearly for the print statement below, but then got abandoned at some point. Clean it up. cppcheck found this as well. Tested: Unused code Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I2d143f00dc6956c87ba77d5cbe1b96be631ca795
Diffstat (limited to 'http/http_client.hpp')
-rw-r--r--http/http_client.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/http/http_client.hpp b/http/http_client.hpp
index ca350c7e57..fe5ef8ecfa 100644
--- a/http/http_client.hpp
+++ b/http/http_client.hpp
@@ -612,7 +612,6 @@ class ConnectionPool : public std::enable_shared_from_this<ConnectionPool>
ioc(iocIn),
id(idIn), destIP(destIPIn), destPort(destPortIn)
{
- std::string clientKey = destIP + ":" + std::to_string(destPort);
BMCWEB_LOG_DEBUG << "Initializing connection pool for " << destIP << ":"
<< std::to_string(destPort);