From ff4ee964d4741c5239a458c366e762e3b3cb3ccf Mon Sep 17 00:00:00 2001
From: Craig Tiller <craig.tiller@gmail.com>
Date: Thu, 30 Apr 2015 17:08:46 -0700
Subject: [PATCH] Remove another old function

---
 src/core/surface/channel.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/core/surface/channel.c b/src/core/surface/channel.c
index 78f9144c19..be9da2b7f9 100644
--- a/src/core/surface/channel.c
+++ b/src/core/surface/channel.c
@@ -128,13 +128,6 @@ static grpc_call *grpc_channel_create_call_internal(
                           GPR_ARRAY_SIZE(send_metadata), deadline);
 }
 
-grpc_call *grpc_channel_create_call_old(grpc_channel *channel,
-                                        const char *method, const char *host,
-                                        gpr_timespec absolute_deadline) {
-  return grpc_channel_create_call(channel, NULL, method, host,
-                                  absolute_deadline);
-}
-
 grpc_call *grpc_channel_create_call(grpc_channel *channel,
                                     grpc_completion_queue *cq,
                                     const char *method, const char *host,
-- 
GitLab