From 6b98b916fd572bf12fe0dbc534a6450d2951ac1b Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Mon, 20 Jan 2020 18:37:44 +0700 Subject: [PATCH] Removed RX_V --- src/backend/opencl/cl/rx/randomx.cl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/backend/opencl/cl/rx/randomx.cl b/src/backend/opencl/cl/rx/randomx.cl index 1a7bc729..6fee74ed 100644 --- a/src/backend/opencl/cl/rx/randomx.cl +++ b/src/backend/opencl/cl/rx/randomx.cl @@ -2,8 +2,6 @@ #if (ALGO == ALGO_RX_0) #include "randomx_constants_monero.h" -#elif (ALGO == ALGO_RX_V) -#include "randomx_constants_v.h" #elif (ALGO == ALGO_RX_WOW) #include "randomx_constants_wow.h" #elif (ALGO == ALGO_RX_LOKI)