aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2013-10-08 10:52:42 +0200
committerPhilip Kaufmann <[email protected]>2013-10-08 10:52:42 +0200
commit917ac1dcc1d060c2e5b2bd225de24309a14b8c4c (patch)
treed9fb85d8adaca39b966ce3d04133293f2b89035e /src/util.cpp
parentMerge branch 'pulltestwin32' (diff)
downloaddiscoin-917ac1dcc1d060c2e5b2bd225de24309a14b8c4c.tar.xz
discoin-917ac1dcc1d060c2e5b2bd225de24309a14b8c4c.zip
make fCommandLine a local variable in AppInit()
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 73428b4c2..cfaf5bdf8 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -78,7 +78,6 @@ bool fPrintToConsole = false;
bool fPrintToDebugger = false;
bool fDaemon = false;
bool fServer = false;
-bool fCommandLine = false;
string strMiscWarning;
bool fNoListen = false;
bool fLogTimestamps = false;