Remove unused constants

This commit is contained in:
Vinnie Falco
2013-07-07 07:53:28 -07:00
parent 36cf2e634e
commit 5855e8d0cf
3 changed files with 16 additions and 20 deletions

View File

@@ -30,10 +30,11 @@ public:
void handleConnect (const boost::system::error_code & error, boost::asio::ip::tcp::resolver::iterator it);
std::string& getIP ()
std::string const& getIP ()
{
return mIpPort.first;
}
std::string getDisplayName ()
{
return mCluster ? mNodeName : mIpPort.first;