aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2013-10-30 15:42:31 -0700
committerGavin Andresen <gavinandresen@gmail.com>2013-10-30 15:42:31 -0700
commitef4b518aead6c77a1cc8875a33fd116235a21d6b (patch)
treeecefda8d6e6317044addc7a5c0991bac55454216 /src/util.h
parent033ffc4377f009d6b7529bf30591287b50d773df (diff)
parent3b570559f8d39a5d4cffd01b8091c3133f7750dc (diff)
downloadbitcoin-ef4b518aead6c77a1cc8875a33fd116235a21d6b.tar.xz
Merge pull request #3067 from Diapolo/debug-switch
re-work -debug switch handling
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 258910e2fb..2573694046 100644
--- a/src/util.h
+++ b/src/util.h
@@ -140,7 +140,6 @@ inline void MilliSleep(int64 n)
extern std::map<std::string, std::string> mapArgs;
extern std::map<std::string, std::vector<std::string> > mapMultiArgs;
extern bool fDebug;
-extern bool fDebugNet;
extern bool fPrintToConsole;
extern bool fPrintToDebugger;
extern bool fDaemon;