aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/grpc.h
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-06-07 12:55:15 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-06-07 12:55:15 -0700
commitd23739eda3081a274fad4f3a6af400fbca39dee1 (patch)
tree6a2e36bc6f4190a60b51762513ea5b4c20207baf /include/grpc/grpc.h
parentc845ba66f30c44120f80098774652ba644ed7652 (diff)
Reviewer feedback
Diffstat (limited to 'include/grpc/grpc.h')
-rw-r--r--include/grpc/grpc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/grpc/grpc.h b/include/grpc/grpc.h
index dd8a5d7d5f..bb4a70f7b9 100644
--- a/include/grpc/grpc.h
+++ b/include/grpc/grpc.h
@@ -286,10 +286,6 @@ GRPCAPI grpc_channel* grpc_lame_client_channel_create(
/** Close and destroy a grpc channel */
GRPCAPI void grpc_channel_destroy(grpc_channel* channel);
-/** Returns the JSON formatted channel trace for this channel. The caller
- owns the returned string and is responsible for freeing it. */
-GRPCAPI char* grpc_channel_get_trace(grpc_channel* channel);
-
/** Returns the channel uuid, which can be used to look up its trace at a
later time. */
GRPCAPI intptr_t grpc_channel_get_uuid(grpc_channel* channel);