From c58952649f27b064ceabedafc84096b5d137d361 Mon Sep 17 00:00:00 2001 From: kwasimensah Date: Mon, 30 Oct 2017 12:26:46 -0400 Subject: Got cpu_posix.cc to work without tls --- include/grpc/impl/codegen/port_platform.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/grpc/impl/codegen/port_platform.h b/include/grpc/impl/codegen/port_platform.h index 5784fcee4c..dc5a6ea6e5 100644 --- a/include/grpc/impl/codegen/port_platform.h +++ b/include/grpc/impl/codegen/port_platform.h @@ -306,13 +306,6 @@ #define GPR_PTHREAD_TLS 1 #endif //!defined(ABSL_HAVE_TLS) && defined(GPR_GCC_TLS) -// cpu_posix.cc depends on TLS and cpu_linux.cc doesn't. -#if !defined(GPR_GCC_TLS) && defined(GPR_CPU_POSIX) -#undef GPR_CPU_POSIX -#define GPR_CPU_LINUX 1 -#endif //! defined(GPR_GCC_TLS) && defined(GPR_CPU_POSIX) -#endif // defined(__ANDROID__) && defined(__clang__) - #if defined(__has_include) #if __has_include() #define GRPC_HAS_CXX11_ATOMIC -- cgit v1.2.3