aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-01-20 18:02:45 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-01-20 18:03:20 +0100
commit66b473457bc94adcd3d277462f9d619f5a198d96 (patch)
treecc62e927be208e2f764c41c06f620b249aec52a5 /src/net.h
parent7810a0a1e6fc4088694a45b5c86493a47d5c7c8a (diff)
downloadbitcoin-66b473457bc94adcd3d277462f9d619f5a198d96.tar.xz
Delete RecvLine function
No longer necessary since #5161 / 845c86d128fb97d55d125e63653def38729bd2ed.
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net.h b/src/net.h
index bdb1edd50b..b78665b5c6 100644
--- a/src/net.h
+++ b/src/net.h
@@ -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);