aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorGregory Maxwell <[email protected]>2016-11-27 02:47:22 +0000
committerGregory Maxwell <[email protected]>2016-11-27 04:13:54 +0000
commit083f20369878196785151e038e5f5126fed74021 (patch)
treec57369aeff2af76a042bca5a23f64ba321bf0ac7 /src/net.h
parentMerge #9128: net: Decouple CConnman and message serialization (diff)
downloaddiscoin-083f20369878196785151e038e5f5126fed74021.tar.xz
discoin-083f20369878196785151e038e5f5126fed74021.zip
Remove fNetworkNode.
Matt pointed out to me that this appeared to be doing nothing (except involving itself in data races).
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 a4a9fb676..ebea488a4 100644
--- a/src/net.h
+++ b/src/net.h
@@ -613,7 +613,6 @@ public:
bool fOneShot;
bool fClient;
const bool fInbound;
- bool fNetworkNode;
bool fSuccessfullyConnected;
bool fDisconnect;
// We use fRelayTxes for two purposes -