MSC_VER <= 1200 isn't supported; remove dead code
[openssl.git] / test / ectest.c
index 3267a3daf576ec4c55a45d9d53158799ee88c9f8..03d794330123b07700af932bcc70fa5764680d62 100644 (file)
 # include <openssl/bn.h>
 # include <openssl/opensslconf.h>
 
-# if defined(_MSC_VER) && defined(_MIPS_) && (_MSC_VER/100==12)
-/* suppress "too big too optimize" warning */
-#  pragma warning(disable:4959)
-# endif
-
 static size_t crv_len = 0;
 static EC_builtin_curve *curves = NULL;