aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-01-08 14:35:02 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-01-08 14:42:07 +0100
commit549e69a558a045829d2910c5d172e91f49101a31 (patch)
tree307aa78abcf9d1f5c76e061c597029722aa283fd /src/util.h
parentd696820b45d9b6be1c21a65f2c8ed3b260938cb7 (diff)
parent8b9adca4461d0cb6bdfca7b74228d430b9b9d116 (diff)
downloadbitcoin-549e69a558a045829d2910c5d172e91f49101a31.tar.xz
Merge pull request #3449
8b9adca Allow `-noserver` with bitcoind (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 3922872e06..c6a1318fd7 100644
--- a/src/util.h
+++ b/src/util.h
@@ -121,7 +121,6 @@ extern std::map<std::string, std::vector<std::string> > mapMultiArgs;
extern bool fDebug;
extern bool fPrintToConsole;
extern bool fPrintToDebugLog;
-extern bool fDaemon;
extern bool fServer;
extern std::string strMiscWarning;
extern bool fNoListen;