Manual merge

This commit is contained in:
BenDroid 2018-03-02 21:29:53 +01:00
parent 892c7207fb
commit f171801a61
4 changed files with 75 additions and 54 deletions

View file

@ -147,13 +147,6 @@ int App::start()
Summary::print();
if (m_options->dryRun()) {
LOG_NOTICE("OK");
release();
return 0;
}
# ifndef XMRIG_NO_API
Api::start();
# endif