Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 20, 2018
1 parent f0ce350 commit bfa73de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libpoolprotocols/PoolURI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ unsigned short URI::Port() const

std::string URI::User() const
{
std::stringstream ss;
std::string s(*m_uri.user_info());
boost::trim(s);
if (s == "--")
Expand Down

0 comments on commit bfa73de

Please sign in to comment.