net: Remove unused unsanitized user agent string CNode::strSubVer

This commit is contained in:
MarcoFalke
2019-03-23 11:34:40 -04:00
parent 7b13c64645
commit fa8548c5d1
3 changed files with 8 additions and 10 deletions

View File

@@ -2627,7 +2627,6 @@ CNode::CNode(NodeId idIn, ServiceFlags nLocalServicesIn, int nMyStartingHeightIn
{
hSocket = hSocketIn;
addrName = addrNameIn == "" ? addr.ToStringIPPort() : addrNameIn;
strSubVer = "";
hashContinue = uint256();
filterInventoryKnown.reset();
pfilter = MakeUnique<CBloomFilter>();