mirror of
https://github.com/xmrig/xmrig.git
synced 2026-04-18 21:32:42 -04:00
Prepare for self select.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user