From bf7f7dee60f28899965816a0f32bcd019ef18d29 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Thu, 15 Aug 2019 17:30:32 -0700 Subject: [PATCH] Removed not needed DefyX files --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b312bfc5..525845af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -207,9 +207,6 @@ if (WITH_RANDOMX) src/crypto/defyx/sha256.h src/crypto/defyx/sysendian.h src/crypto/defyx/yescrypt-best.c - src/crypto/defyx/yescrypt-opt.c - src/crypto/defyx/yescrypt-platform.c - src/crypto/defyx/yescrypt-simd.c src/crypto/defyx/yescrypt.h ) if (NOT ARCH_ID)