File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 40
40
* Use the buttons <code>Namespaces</code>, <code>Classes</code> or <code>Files</code> at the top of the page to start navigating the code.
41
41
*/
42
42
43
- static bool fDaemon ;
44
-
45
43
void WaitForShutdown (boost::thread_group* threadGroup)
46
44
{
47
45
bool fShutdown = ShutdownRequested ();
@@ -130,8 +128,7 @@ bool AppInit(int argc, char* argv[])
130
128
exit (1 );
131
129
}
132
130
#ifndef WIN32
133
- fDaemon = GetBoolArg (" -daemon" , false );
134
- if (fDaemon )
131
+ if (GetBoolArg (" -daemon" , false ))
135
132
{
136
133
fprintf (stdout, " Bitcoin server starting\n " );
137
134
Original file line number Diff line number Diff line change @@ -107,7 +107,6 @@ map<string, vector<string> > mapMultiArgs;
107
107
bool fDebug = false ;
108
108
bool fPrintToConsole = false ;
109
109
bool fPrintToDebugLog = true ;
110
- bool fDaemon = false ;
111
110
bool fServer = false ;
112
111
string strMiscWarning;
113
112
bool fLogTimestamps = DEFAULT_LOGTIMESTAMPS;
You can’t perform that action at this time.
0 commit comments