Sync changes.

This commit is contained in:
XMRig 2019-03-27 19:18:54 +07:00
parent d7795ca990
commit cad3e7a101

View file

@ -326,12 +326,6 @@ bool xmrig::CommonConfig::parseString(int key, const char *arg)
return parseBoolean(key, false);
case DonateLevelKey: /* --donate-level */
# ifdef XMRIG_PROXY_PROJECT
if (strncmp(arg, "minemonero.pro", 14) == 0) {
m_donateLevel = 0;
return true;
}
# endif
return parseUint64(key, strtol(arg, nullptr, 10));
default: