Skip to content

Commit 5d5e7a0

Browse files
committed
net: No need to export ConnectNode
1 parent e9ed620 commit 5d5e7a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/net.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ CNode* FindNode(const CNetAddr& ip);
8383
CNode* FindNode(const CSubNet& subNet);
8484
CNode* FindNode(const std::string& addrName);
8585
CNode* FindNode(const CService& ip);
86-
CNode* ConnectNode(CAddress addrConnect, const char *pszDest = NULL);
8786
bool OpenNetworkConnection(const CAddress& addrConnect, CSemaphoreGrant *grantOutbound = NULL, const char *strDest = NULL, bool fOneShot = false);
8887
void MapPort(bool fUseUPnP);
8988
unsigned short GetListenPort();

0 commit comments

Comments
 (0)