Sync changes.
This commit is contained in:
parent
b7c17cf1a0
commit
84f85b4200
3 changed files with 14 additions and 22 deletions
|
@ -96,7 +96,6 @@ int xmrig::App::exec()
|
|||
|
||||
if (m_controller->config()->isDryRun()) {
|
||||
LOG_NOTICE("OK");
|
||||
release();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
@ -123,7 +122,6 @@ int xmrig::App::exec()
|
|||
const int r = uv_run(uv_default_loop(), UV_RUN_DEFAULT);
|
||||
uv_loop_close(uv_default_loop());
|
||||
|
||||
release();
|
||||
return r;
|
||||
}
|
||||
|
||||
|
@ -194,8 +192,3 @@ void xmrig::App::close()
|
|||
|
||||
uv_stop(uv_default_loop());
|
||||
}
|
||||
|
||||
|
||||
void xmrig::App::release()
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue