From 376c870e7ef0f563eaf86cc470a16478e4436b6c Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Sat, 21 Dec 2019 18:24:14 -0800 Subject: [PATCH] Merge fix --- src/crypto/common/Algorithm.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/crypto/common/Algorithm.cpp b/src/crypto/common/Algorithm.cpp index a47538f3..010f60d7 100644 --- a/src/crypto/common/Algorithm.cpp +++ b/src/crypto/common/Algorithm.cpp @@ -142,7 +142,6 @@ size_t xmrig::Algorithm::l2() const # ifdef XMRIG_ALGO_RANDOMX switch (m_id) { case RX_0: - case RX_V: case RX_LOKI: case RX_SFX: case RX_V: @@ -183,7 +182,6 @@ size_t xmrig::Algorithm::l3() const if (f == RANDOM_X) { switch (m_id) { case RX_0: - case RX_V: case RX_LOKI: case RX_SFX: case RX_V: @@ -286,7 +284,6 @@ xmrig::Algorithm::Family xmrig::Algorithm::family(Id id) # ifdef XMRIG_ALGO_RANDOMX case RX_0: - case RX_V: case RX_WOW: case RX_LOKI: case DEFYX: