Removed "rx/v" algorithm.

This commit is contained in:
XMRig
2019-12-26 22:34:19 +07:00
parent 4e1d2f8189
commit a46c4f02e8
6 changed files with 1 additions and 18 deletions

View File

@@ -54,7 +54,7 @@ public:
static inline Algorithm::Id id(Algorithm::Id algorithm)
{
if (algorithm == Algorithm::RX_SFX || algorithm == Algorithm::RX_V) {
if (algorithm == Algorithm::RX_SFX) {
return Algorithm::RX_0;
}