From 1a671dea71b133848017e4ab001bfeae6b009ab0 Mon Sep 17 00:00:00 2001 From: kwasimensah Date: Wed, 1 Nov 2017 13:28:48 -0400 Subject: Simplify macro logic here --- include/grpc/impl/codegen/port_platform.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/grpc/impl/codegen/port_platform.h') diff --git a/include/grpc/impl/codegen/port_platform.h b/include/grpc/impl/codegen/port_platform.h index dc5a6ea6e5..7dde5c6119 100644 --- a/include/grpc/impl/codegen/port_platform.h +++ b/include/grpc/impl/codegen/port_platform.h @@ -297,8 +297,6 @@ #endif #endif /* GPR_NO_AUTODETECT_PLATFORM */ -// Android specifc logic to detect brokeness around TLS support. -#if defined(__ANDROID__) && defined(__clang__) #include "absl/base/config.h" #if !defined(ABSL_HAVE_TLS) && defined(GPR_GCC_TLS) -- cgit v1.2.3