aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-04-24 13:03:49 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-04-24 13:03:49 -0700
commit2ea37fd2ce9046ccf2a0b89ba43c93d8fe80408a (patch)
tree4a388d50ce72e36dde07b30f08267493e27eb350 /src/core/channel
parentc1f7560ac27b6db4106115e5308f1a9124378a60 (diff)
Bug fixing
Diffstat (limited to 'src/core/channel')
-rw-r--r--src/core/channel/channel_stack.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/channel/channel_stack.h b/src/core/channel/channel_stack.h
index 94b12639fc..de0e4e4518 100644
--- a/src/core/channel/channel_stack.h
+++ b/src/core/channel/channel_stack.h
@@ -222,9 +222,6 @@ void grpc_call_log_op(char *file, int line, gpr_log_severity severity,
grpc_call_element *elem, grpc_transport_op *op);
void grpc_call_element_send_cancel(grpc_call_element *cur_elem);
-void grpc_call_element_recv_status(grpc_call_element *cur_elem,
- grpc_status_code status,
- const char *message);
extern int grpc_trace_channel;