aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-11-29 12:44:14 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-11-29 12:47:13 +0100
commitdeec83fd2cc8af39c28c74161650fbff432502ce (patch)
treed53458e5f5c4e386d9fcaf664dac62d9a4a33d07 /src/util.cpp
parent16ca0bfd2848424de7deae307283d9eb9de8a978 (diff)
downloadbitcoin-deec83fd2cc8af39c28c74161650fbff432502ce.tar.xz
init: Get rid of fServer flag
There is no need to store this flag globally, the variable is only used inside the initialization process. Thanks to Alex Morcos for the idea.
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp
index c20ede6221..332e077627 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -107,7 +107,6 @@ map<string, vector<string> > mapMultiArgs;
bool fDebug = false;
bool fPrintToConsole = false;
bool fPrintToDebugLog = true;
-bool fServer = false;
string strMiscWarning;
bool fLogTimestamps = DEFAULT_LOGTIMESTAMPS;
bool fLogTimeMicros = DEFAULT_LOGTIMEMICROS;