diff options
Diffstat (limited to 'absl/base/policy_checks.h')
-rw-r--r-- | absl/base/policy_checks.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/absl/base/policy_checks.h b/absl/base/policy_checks.h index 699fb1a2e0fc..4dfa49e54ac2 100644 --- a/absl/base/policy_checks.h +++ b/absl/base/policy_checks.h @@ -82,16 +82,6 @@ // Standard Library Check // ----------------------------------------------------------------------------- -// We have chosen glibc 2.12 as the minimum as it was tagged for release -// in May, 2010 and includes some functionality used in Google software -// (for instance pthread_setname_np): -// https://sourceware.org/ml/libc-alpha/2010-05/msg00000.html -#if defined(__GLIBC__) && defined(__GLIBC_PREREQ) -#if !__GLIBC_PREREQ(2, 12) -#error "Minimum required version of glibc is 2.12." -#endif -#endif - #if defined(_STLPORT_VERSION) #error "STLPort is not supported." #endif |