diff --git a/cpu.cpp b/cpu.cpp index 8d60c4b8..285b17cd 100644 --- a/cpu.cpp +++ b/cpu.cpp @@ -21,14 +21,6 @@ # include #endif -//#if CRYPTOPP_BOOL_X64 || CRYPTOPP_BOOL_X32 || CRYPTOPP_BOOL_X86 -//# if defined(_MSC_VER) -//# include -//# else -//# include -//# endif -//#endif - // Capability queries, requires Glibc 2.16, http://lwn.net/Articles/519085/ // CRYPTOPP_GLIBC_VERSION not used because config.h is missing #if (((__GLIBC__ * 100) + __GLIBC_MINOR__) >= 216)