From d05ddedf012fc35af90d4e6ec0085d4e7c4a3f1b Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Mon, 12 Aug 2024 00:16:15 +0300 Subject: [PATCH] Fixed merge --- src/crypto/randomx/randomx.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/crypto/randomx/randomx.h b/src/crypto/randomx/randomx.h index 9bc43b83..3dfc7a74 100644 --- a/src/crypto/randomx/randomx.h +++ b/src/crypto/randomx/randomx.h @@ -83,7 +83,6 @@ struct RandomX_ConfigurationBase uint32_t ArgonIterations; uint32_t ArgonLanes; const char* ArgonSalt; - uint32_t SuperscalarLatency; uint32_t ScratchpadL1_Size; uint32_t ScratchpadL2_Size;