aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/impl/codegen/port_platform.h
diff options
context:
space:
mode:
authorGravatar kwasimensah <kmensah@google.com>2017-11-01 13:28:48 -0400
committerGravatar GitHub <noreply@github.com>2017-11-01 13:28:48 -0400
commit1a671dea71b133848017e4ab001bfeae6b009ab0 (patch)
tree4946a405a30e60ca528055698c70c7a772769f7a /include/grpc/impl/codegen/port_platform.h
parent4b02f3b2b6bf0f186a293e44753c30492584aad0 (diff)
Simplify macro logic here
Diffstat (limited to 'include/grpc/impl/codegen/port_platform.h')
-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)