Simplify macro logic here

pull/13173/head
kwasimensah 7 years ago committed by GitHub
parent 4b02f3b2b6
commit 1a671dea71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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)

Loading…
Cancel
Save