diff options
| author | mruddy <[email protected]> | 2016-09-04 11:42:07 -0400 |
|---|---|---|
| committer | mruddy <[email protected]> | 2016-09-04 11:42:07 -0400 |
| commit | ff2ed7a5bc8f56d2c0cd8d4fa6cf06ecfe17f1b2 (patch) | |
| tree | 2bf3f206d07f12d952792ca93514266ad4bad1dd /src/util.cpp | |
| parent | Merge #8466: [Trivial] Do not shadow variables in networking code (diff) | |
| download | discoin-ff2ed7a5bc8f56d2c0cd8d4fa6cf06ecfe17f1b2.tar.xz discoin-ff2ed7a5bc8f56d2c0cd8d4fa6cf06ecfe17f1b2.zip | |
trivial: remove unnecessary variable fDaemon
Diffstat (limited to 'src/util.cpp')
| -rw-r--r-- | src/util.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp index ee12f2b44..c7d147a11 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -107,7 +107,6 @@ map<string, vector<string> > mapMultiArgs; bool fDebug = false; bool fPrintToConsole = false; bool fPrintToDebugLog = true; -bool fDaemon = false; bool fServer = false; string strMiscWarning; bool fLogTimestamps = DEFAULT_LOGTIMESTAMPS; |