mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove unused constants
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user