aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/impl/codegen/port_platform.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2017-09-26 14:00:49 -0500
committerGravatar GitHub <noreply@github.com>2017-09-26 14:00:49 -0500
commit873b55cfebfc726b06ae2f47bf60ed9255c80807 (patch)
treeb92a0777941a506bcef04c8df6250acc903fe6bb /include/grpc/impl/codegen/port_platform.h
parenta1fbca0fa5e3c896a8f250aa1e1ffe2fedeec3a3 (diff)
parentc65c8773c0f0d27697c4b260be76167cd212ec92 (diff)
Merge pull request #12340 from muxi/fix-objc-unreachable-code
Allow unreachable code on iPhone
Diffstat (limited to 'include/grpc/impl/codegen/port_platform.h')
-rw-r--r--include/grpc/impl/codegen/port_platform.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/grpc/impl/codegen/port_platform.h b/include/grpc/impl/codegen/port_platform.h
index 1904c636f7..7e5f85253e 100644
--- a/include/grpc/impl/codegen/port_platform.h
+++ b/include/grpc/impl/codegen/port_platform.h
@@ -183,7 +183,6 @@
#define _BSD_SOURCE
#endif
#if TARGET_OS_IPHONE
-#define GPR_FORBID_UNREACHABLE_CODE 1
#define GPR_PLATFORM_STRING "ios"
#define GPR_CPU_IPHONE 1
#define GPR_PTHREAD_TLS 1