chore: remove unused ClientApp / StaticApp daemonMainLoopStatic method
This commit is contained in:
committed by
Chris Rizzitello
parent
0c368f402b
commit
db10f1c5a4
@ -335,11 +335,6 @@ int ClientApp::mainLoop()
|
||||
return s_exitSuccess;
|
||||
}
|
||||
|
||||
static int daemonMainLoopStatic()
|
||||
{
|
||||
return ClientApp::instance().daemonMainLoop(0, nullptr);
|
||||
}
|
||||
|
||||
int ClientApp::start()
|
||||
{
|
||||
initApp();
|
||||
|
||||
@ -608,11 +608,6 @@ int ServerApp::runInner(StartupFunc startup)
|
||||
return result;
|
||||
}
|
||||
|
||||
int daemonMainLoopStatic()
|
||||
{
|
||||
return ServerApp::instance().daemonMainLoop(0, nullptr);
|
||||
}
|
||||
|
||||
int ServerApp::start()
|
||||
{
|
||||
initApp();
|
||||
|
||||
Reference in New Issue
Block a user