aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-10-09 23:35:42 -0700
committerWladimir J. van der Laan <laanwj@gmail.com>2013-10-09 23:35:42 -0700
commita302c21e0b0484fef91673c9072c1af7c278698e (patch)
tree5f903516195f9aae66c70a1854c55f202d1b9814 /src/util.h
parent26002aa444d4ee4986d623e0ad45cca02e803bc5 (diff)
parent917ac1dcc1d060c2e5b2bd225de24309a14b8c4c (diff)
downloadbitcoin-a302c21e0b0484fef91673c9072c1af7c278698e.tar.xz
Merge pull request #3066 from Diapolo/rem_global
make fCommandLine a local variable in AppInit()
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 a216aacdc9..c3fb01dbf0 100644
--- a/src/util.h
+++ b/src/util.h
@@ -145,7 +145,6 @@ extern bool fPrintToConsole;
extern bool fPrintToDebugger;
extern bool fDaemon;
extern bool fServer;
-extern bool fCommandLine;
extern std::string strMiscWarning;
extern bool fNoListen;
extern bool fLogTimestamps;