summaryrefslogtreecommitdiff
path: root/config_cxx.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-07-06 08:06:00 -0400
committerJeffrey Walton <noloader@gmail.com>2019-07-06 08:06:00 -0400
commitfd7115fc8bf0a396d36ae0d8e92473a09e9f2c2d (patch)
tree43feba68c04ca13c9e4c663852a708dbad75359a /config_cxx.h
parentb76a010ddad70f007ef1455776b9bd40273c8bc7 (diff)
downloadcryptopp-git-fd7115fc8bf0a396d36ae0d8e92473a09e9f2c2d.tar.gz
Remove duplicate CRYPTOPP_GCC_VERSION test
Diffstat (limited to 'config_cxx.h')
-rw-r--r--config_cxx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_cxx.h b/config_cxx.h
index 45164435..541a1080 100644
--- a/config_cxx.h
+++ b/config_cxx.h
@@ -101,7 +101,7 @@
// deleted functions: MS at VS2013 (18.00); GCC at 4.3; Clang at 2.9; Intel 12.1; SunCC 5.13.
#if (CRYPTOPP_MSC_VERSION >= 1800) || (CRYPTOPP_LLVM_CLANG_VERSION >= 20900) || \
(CRYPTOPP_APPLE_CLANG_VERSION >= 40000) || (__INTEL_COMPILER >= 1210) || \
- (CRYPTOPP_GCC_VERSION >= 40300) || (CRYPTOPP_GCC_VERSION >= 40300) || (__SUNPRO_CC >= 0x5130)
+ (CRYPTOPP_GCC_VERSION >= 40300) || (__SUNPRO_CC >= 0x5130)
# define CRYPTOPP_CXX11_DELETED_FUNCTIONS 1
#endif // deleted functions