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

Commit

Permalink
Merge pull request #909 from XhmikosR/xmr-rm-unused-var
Browse files Browse the repository at this point in the history
Remove unused variable.
  • Loading branch information
MariusVanDerWijden committed Mar 20, 2018
2 parents f0ce350 + bfa73de commit 80fd2f5
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 80fd2f5

Please sign in to comment.