aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/grpc/impl/codegen/port_platform.h2
1 files changed, 0 insertions, 2 deletions
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)