aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/channel.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-04-30 17:08:46 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-04-30 17:08:46 -0700
commitff4ee964d4741c5239a458c366e762e3b3cb3ccf (patch)
tree794c4d2de97c979d5e020a6878ff8f15b9a4a327 /src/core/surface/channel.c
parentc1469c4e7959b3a6d648f54d7d96603bd522d0d5 (diff)
Remove another old function
Diffstat (limited to 'src/core/surface/channel.c')
-rw-r--r--src/core/surface/channel.c7
1 files changed, 0 insertions, 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,