Prepare for self select.

This commit is contained in:
XMRig
2019-10-11 14:55:12 +07:00
parent db3cedc711
commit 33c1bcd30e
10 changed files with 102 additions and 60 deletions

View File

@@ -81,8 +81,6 @@ bool xmrig::Url::isEqual(const Url &other) const
bool xmrig::Url::parse(const char *url)
{
assert(url != nullptr);
if (url == nullptr) {
return false;
}