From a1f8b141f629fb30857da8f1dbc7f2d9ac09605f Mon Sep 17 00:00:00 2001
From: Adam Michalik <xyzzyz@google.com>
Date: Mon, 16 May 2016 16:12:55 -0700
Subject: [PATCH] revert grpc.h

---
 include/grpc/grpc.h | 6 ------
 1 file changed, 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);
-- 
GitLab