mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-07 07:55:04 -05:00
Fix compile warning, mostly struct/class inconsistency.
This commit is contained in:
@@ -123,12 +123,6 @@ static OclDevice::Type getType(const String &name)
|
||||
}
|
||||
|
||||
|
||||
static inline bool isCNv2(const Algorithm &algorithm)
|
||||
{
|
||||
return algorithm.family() == Algorithm::CN && CnAlgo<>::base(algorithm) == Algorithm::CN_2;
|
||||
}
|
||||
|
||||
|
||||
} // namespace xmrig
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user