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;