aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/impl/codegen/port_platform.h
diff options
context:
space:
mode:
authorGravatar Dave MacLachlan <dmaclach@gmail.com>2017-11-29 16:31:14 -0800
committerGravatar Dave MacLachlan <dmaclach@gmail.com>2017-11-29 16:31:14 -0800
commit8a631a2b052330b169fd52d7fb7efea2c149d3a5 (patch)
tree2d7cca232d9b80b22904828c0fd662d670b9e133 /include/grpc/impl/codegen/port_platform.h
parentaf5c54de9cdf3a8ac27aa428571d98a93f32cc1f (diff)
Remove unused BSD thread name macro
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 0c87aef27d..b22988a438 100644
--- a/include/grpc/impl/codegen/port_platform.h
+++ b/include/grpc/impl/codegen/port_platform.h
@@ -238,7 +238,6 @@
#define GPR_POSIX_TIME 1
#define GPR_GETPID_IN_UNISTD_H 1
#define GPR_SUPPORT_CHANNELS_FROM_FD 1
-#define GPR_BSD_PTHREAD_NAME 1
#ifdef _LP64
#define GPR_ARCH_64 1
#else /* _LP64 */