aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface/call.h
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-12-07 14:28:58 -0800
committerGravatar yang-g <yangg@google.com>2015-12-07 14:28:58 -0800
commit330c98a46a358fd52f3584803129db3f45298671 (patch)
tree9e1e51ea8a195f3da8be37088a2d18e576b58aa6 /src/core/surface/call.h
parentd9330176b19c123cc59e6cea64cd287c8665cc7d (diff)
remove unused code
Diffstat (limited to 'src/core/surface/call.h')
-rw-r--r--src/core/surface/call.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/core/surface/call.h b/src/core/surface/call.h
index 24ab9c33bb..20907ac6d6 100644
--- a/src/core/surface/call.h
+++ b/src/core/surface/call.h
@@ -91,19 +91,6 @@ void grpc_call_log_batch(char *file, int line, gpr_log_severity severity,
grpc_call *call, const grpc_op *ops, size_t nops,
void *tag);
-void grpc_server_log_request_call(char *file, int line,
- gpr_log_severity severity,
- grpc_server *server, grpc_call **call,
- grpc_call_details *details,
- grpc_metadata_array *initial_metadata,
- grpc_completion_queue *cq_bound_to_call,
- grpc_completion_queue *cq_for_notification,
- void *tag);
-
-void grpc_server_log_shutdown(char *file, int line, gpr_log_severity severity,
- grpc_server *server, grpc_completion_queue *cq,
- void *tag);
-
/* Set a context pointer.
No thread safety guarantees are made wrt this value. */
void grpc_call_context_set(grpc_call *call, grpc_context_index elem,