aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Adam Michalik <xyzzyz@google.com>2016-05-16 16:12:55 -0700
committerGravatar Adam Michalik <xyzzyz@google.com>2016-06-07 15:09:19 -0700
commita1f8b141f629fb30857da8f1dbc7f2d9ac09605f (patch)
tree159321b2b793c25592960dbcc3c379d57bd81f41 /include
parent8cf5303e8cc2e411420b0c69070dfdb838b182f3 (diff)
revert grpc.h
Diffstat (limited to 'include')
-rw-r--r--include/grpc/grpc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/grpc/grpc.h b/include/grpc/grpc.h
index 163d5291d3..6f7a67b715 100644
--- a/include/grpc/grpc.h
+++ b/include/grpc/grpc.h
@@ -240,12 +240,6 @@ GRPCAPI char *grpc_channel_get_target(grpc_channel *channel);
GRPCAPI grpc_channel *grpc_insecure_channel_create(
const char *target, const grpc_channel_args *args, void *reserved);
-/** 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. */
-GRPCAPI grpc_channel *grpc_insecure_channel_create_from_fd(
- const char *target, int fd, const grpc_channel_args *args);
-
/** Create a lame client: this client fails every operation attempted on it. */
GRPCAPI grpc_channel *grpc_lame_client_channel_create(
const char *target, grpc_status_code error_code, const char *error_message);