Skip to content
Snippets Groups Projects
Commit ff4ee964 authored by Craig Tiller's avatar Craig Tiller
Browse files

Remove another old function

parent c1469c4e
No related branches found
No related tags found
No related merge requests found
...@@ -128,13 +128,6 @@ static grpc_call *grpc_channel_create_call_internal( ...@@ -128,13 +128,6 @@ static grpc_call *grpc_channel_create_call_internal(
GPR_ARRAY_SIZE(send_metadata), deadline); 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_call *grpc_channel_create_call(grpc_channel *channel,
grpc_completion_queue *cq, grpc_completion_queue *cq,
const char *method, const char *host, const char *method, const char *host,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment