diff --git a/src/base/crypto/Algorithm.cpp b/src/base/crypto/Algorithm.cpp index 52b57956..6d84d732 100644 --- a/src/base/crypto/Algorithm.cpp +++ b/src/base/crypto/Algorithm.cpp @@ -171,7 +171,6 @@ size_t xmrig::Algorithm::l2() const case RX_WOW: case RX_KEVA: - case RX_DEFYX: case RX_XLA: return 0x20000; @@ -223,7 +222,6 @@ size_t xmrig::Algorithm::l3() const return oneMiB; case RX_ARQ: - case RX_DEFYX: case RX_XLA: return oneMiB / 4; @@ -354,7 +352,6 @@ xmrig::Algorithm::Family xmrig::Algorithm::family(Id id) case RX_ARQ: case RX_SFX: case RX_KEVA: - case RX_DEFYX: case RX_XLA: return RANDOM_X; # endif