net: remove now-unused ssSend and Fuzz

This commit is contained in:
Cory Fields
2016-09-30 15:03:57 -04:00
committed by Pieter Wuille
parent 5c2169cc3f
commit 440f1d3e4c
2 changed files with 1 additions and 41 deletions

View File

@@ -593,7 +593,6 @@ public:
ServiceFlags nServices;
ServiceFlags nServicesExpected;
SOCKET hSocket;
CDataStream ssSend;
size_t nSendSize; // total size of all vSendMsg entries
size_t nSendOffset; // offset inside the first vSendMsg already sent
uint64_t nSendBytes;
@@ -645,9 +644,6 @@ protected:
mapMsgCmdSize mapSendBytesPerMsgCmd;
mapMsgCmdSize mapRecvBytesPerMsgCmd;
// Basic fuzz-testing
void Fuzz(int nChance); // modifies ssSend
public:
uint256 hashContinue;
int nStartingHeight;