aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/grpc_posix.h
diff options
context:
space:
mode:
authorGravatar Adam Michalik <xyzzyz@google.com>2016-06-07 16:55:47 -0700
committerGravatar Adam Michalik <xyzzyz@google.com>2016-06-07 16:55:47 -0700
commita24d153619c82c0ef7a071fe81e78c5f0a4c268c (patch)
treec74613b3c67e2ea3deeeba93d8db4982462d7232 /include/grpc/grpc_posix.h
parent0872d0894cec06cf802d652fbf795b07f989e9a0 (diff)
fix windows build
Diffstat (limited to 'include/grpc/grpc_posix.h')
-rw-r--r--include/grpc/grpc_posix.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/grpc/grpc_posix.h b/include/grpc/grpc_posix.h
index cff0900620..9742b83374 100644
--- a/include/grpc/grpc_posix.h
+++ b/include/grpc/grpc_posix.h
@@ -49,8 +49,6 @@ extern "C" {
* functionality on top of GRPC Core.
*/
-#ifdef GPR_SUPPORT_CHANNELS_FROM_FD
-
/** Create a client channel to 'target' using file descriptor 'fd'. The 'target'
argument will be used to indicate the name for this channel. See the comment
for grpc_insecure_channel_create for description of 'args' argument. */
@@ -65,8 +63,6 @@ GRPCAPI void grpc_server_add_insecure_channel_from_fd(grpc_server *server,
grpc_completion_queue *cq,
int fd);
-#endif // GPR_SUPPORT_CHANNELS_FROM_FD
-
#ifdef __cplusplus
}
#endif