1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-07 16:05:05 -05:00

Disabled assert

This commit is contained in:
MoneroOcean
2019-08-15 17:56:29 -07:00
parent bf7f7dee60
commit 808e182e55

View File

@@ -108,7 +108,7 @@ static JobResultsPrivate *handler = nullptr;
void xmrig::JobResults::setListener(IJobResultListener *listener)
{
assert(handler == nullptr);
//assert(handler == nullptr);
handler = new JobResultsPrivate(listener);
}