From b2db9c18b23f59c3a08ef10f0ee85f24d43da2a4 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 25 Aug 2017 16:05:18 -0400 Subject: MSC_VER <= 1200 isn't supported; remove dead code VisualStudio 6 and earlier aren't supported. Reviewed-by: Andy Polyakov (Merged from https://github.com/openssl/openssl/pull/4263) --- crypto/sha/sha512.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'crypto/sha') diff --git a/crypto/sha/sha512.c b/crypto/sha/sha512.c index e94de4370b..263bae2904 100644 --- a/crypto/sha/sha512.c +++ b/crypto/sha/sha512.c @@ -399,9 +399,6 @@ static SHA_LONG64 __fastcall __pull64be(const void *x) } # endif # define PULL64(x) __pull64be(&(x)) -# if _MSC_VER<=1200 -# pragma inline_depth(0) -# endif # endif # endif # endif -- cgit v1.2.3