aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2016-11-29 12:44:14 +0100
committerWladimir J. van der Laan <[email protected]>2016-11-29 12:47:13 +0100
commitdeec83fd2cc8af39c28c74161650fbff432502ce (patch)
treed53458e5f5c4e386d9fcaf664dac62d9a4a33d07 /src/util.h
parentinit: Try to aquire datadir lock before and after daemonization (diff)
downloaddiscoin-deec83fd2cc8af39c28c74161650fbff432502ce.tar.xz
discoin-deec83fd2cc8af39c28c74161650fbff432502ce.zip
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.h')
-rw-r--r--src/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index bbb9b5db8..e8aa266f2 100644
--- a/src/util.h
+++ b/src/util.h
@@ -46,7 +46,6 @@ extern std::map<std::string, std::vector<std::string> > mapMultiArgs;
extern bool fDebug;
extern bool fPrintToConsole;
extern bool fPrintToDebugLog;
-extern bool fServer;
extern std::string strMiscWarning;
extern bool fLogTimestamps;
extern bool fLogTimeMicros;