diff --git a/libi2pd/CPU.cpp b/libi2pd/CPU.cpp index d2868a20..96beaf78 100644 --- a/libi2pd/CPU.cpp +++ b/libi2pd/CPU.cpp @@ -3,15 +3,6 @@ #include #endif #include "Log.h" - -#ifndef bit_AES -#define bit_AES (1 << 25) -#endif -#ifndef bit_AVX -#define bit_AVX (1 << 28) -#endif - - namespace i2p { namespace cpu