From 7948a5c690ced0fe2e37d3e80ceee73e0e35e5fd Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Thu, 30 Jul 2020 23:14:47 -0700 Subject: [PATCH] Disable GPR_ABSEIL_SYNC on Apple platforms --- include/grpc/impl/codegen/port_platform.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/grpc/impl/codegen/port_platform.h b/include/grpc/impl/codegen/port_platform.h index 91e3e39b0b4..33f8a1a59d6 100644 --- a/include/grpc/impl/codegen/port_platform.h +++ b/include/grpc/impl/codegen/port_platform.h @@ -34,7 +34,6 @@ #if defined(__APPLE__) // This is disabled on Apple platforms because macos/grpc_basictests_c_cpp // fails with this. https://github.com/grpc/grpc/issues/23661 -#define GPR_ABSEIL_SYNC 0 #else #define GPR_ABSEIL_SYNC 1 #endif