mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove unused function
This commit is contained in:
@@ -103,7 +103,6 @@ private:
|
||||
HTTP::Port const& m_port;
|
||||
Resource::Manager& m_resourceManager;
|
||||
Resource::Consumer m_usage;
|
||||
bool const m_isPublic;
|
||||
beast::IP::Endpoint const m_remoteAddress;
|
||||
std::mutex m_receiveQueueMutex;
|
||||
std::deque <message_ptr> m_receiveQueue;
|
||||
@@ -131,7 +130,6 @@ ConnectionImpl <WebSocket>::ConnectionImpl (
|
||||
resourceManager.newInboundEndpoint (remoteAddress))
|
||||
, m_port (handler.port ())
|
||||
, m_resourceManager (resourceManager)
|
||||
, m_isPublic (handler.getPublic ())
|
||||
, m_remoteAddress (remoteAddress)
|
||||
, m_netOPs (getApp ().getOPs ())
|
||||
, m_io_service (io_service)
|
||||
|
||||
@@ -105,11 +105,6 @@ public:
|
||||
return desc_.port;
|
||||
}
|
||||
|
||||
bool getPublic()
|
||||
{
|
||||
return ! port ().admin_ip.empty ();
|
||||
};
|
||||
|
||||
void send (connection_ptr const& cpClient, message_ptr const& mpMessage)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user