aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2016-11-30 16:07:21 -0800
committerPieter Wuille <pieter.wuille@gmail.com>2016-11-30 16:11:14 -0800
commita143b88dbd4971ecfdd1d39a494489c8f2db0344 (patch)
tree1c75ef1af0165bd8c43d40b08f0f6dbc186d2e87 /src/util.h
parent56bee4986d1195fe6d05f6357ce43a007bab8071 (diff)
parentdeec83fd2cc8af39c28c74161650fbff432502ce (diff)
downloadbitcoin-a143b88dbd4971ecfdd1d39a494489c8f2db0344.tar.xz
Merge #9010: Split up AppInit2 into multiple phases, daemonize after datadir lock errors
deec83f init: Get rid of fServer flag (Wladimir J. van der Laan) 16ca0bf init: Try to aquire datadir lock before and after daemonization (Wladimir J. van der Laan) 0cc8b6b init: Split up AppInit2 into multiple phases (Wladimir J. van der Laan)
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 bbb9b5db82..e8aa266f28 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;