aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/grpc.h
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-05-30 16:17:06 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-06-05 16:59:25 -0700
commit9a1bb051812a53462b2deb7e472f20e3e1dd785f (patch)
tree8a7b99a4aa4d872f998f6cadee4f7387bc6bfc67 /include/grpc/grpc.h
parent23c50fda51a38d0484f4b1537492fd93eeae33ac (diff)
Build out the channelz unit test
Diffstat (limited to 'include/grpc/grpc.h')
-rw-r--r--include/grpc/grpc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/grpc/grpc.h b/include/grpc/grpc.h
index de7c39b183..dd8a5d7d5f 100644
--- a/include/grpc/grpc.h
+++ b/include/grpc/grpc.h
@@ -294,9 +294,6 @@ GRPCAPI char* grpc_channel_get_trace(grpc_channel* channel);
later time. */
GRPCAPI intptr_t grpc_channel_get_uuid(grpc_channel* channel);
-/** channelz support */
-GRPCAPI char* grpc_channelz_get_channel(intptr_t channel_id);
-
/** Error handling for grpc_call
Most grpc_call functions return a grpc_error. If the error is not GRPC_OK
then the operation failed due to some unsatisfied precondition.