From 083f20369878196785151e038e5f5126fed74021 Mon Sep 17 00:00:00 2001 From: Gregory Maxwell Date: Sun, 27 Nov 2016 02:47:22 +0000 Subject: Remove fNetworkNode. Matt pointed out to me that this appeared to be doing nothing (except involving itself in data races). --- src/net.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/net.h') diff --git a/src/net.h b/src/net.h index a4a9fb676a..ebea488a4d 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 - -- cgit v1.2.3