Delete RecvLine function

No longer necessary since #5161 / 845c86d128.
This commit is contained in:
Wladimir J. van der Laan
2015-01-20 18:02:45 +01:00
parent 7810a0a1e6
commit 66b473457b
2 changed files with 0 additions and 51 deletions

View File

@@ -61,7 +61,6 @@ unsigned int ReceiveFloodSize();
unsigned int SendBufferSize();
void AddOneShot(std::string strDest);
bool RecvLine(SOCKET hSocket, std::string& strLine);
void AddressCurrentlyConnected(const CService& addr);
CNode* FindNode(const CNetAddr& ip);
CNode* FindNode(const std::string& addrName);