diff options
author | Noah Eisen <ncteisen@google.com> | 2018-06-07 13:03:32 -0700 |
---|---|---|
committer | Noah Eisen <ncteisen@google.com> | 2018-06-07 13:03:32 -0700 |
commit | 70f7558a18fd92320813b6ba4107b94c83cc7b0b (patch) | |
tree | b232a6c6c34097ed049fec516ae3fd09dce72707 /test/core | |
parent | ea424b88fa8ed07df27cb51d07b8dafc9110a9ec (diff) |
re generate project
Diffstat (limited to 'test/core')
-rw-r--r-- | test/core/surface/public_headers_must_be_c89.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/core/surface/public_headers_must_be_c89.c b/test/core/surface/public_headers_must_be_c89.c index 52a1b03998..96b25ebdaf 100644 --- a/test/core/surface/public_headers_must_be_c89.c +++ b/test/core/surface/public_headers_must_be_c89.c @@ -106,7 +106,6 @@ int main(int argc, char **argv) { printf("%lx", (unsigned long) grpc_insecure_channel_create); printf("%lx", (unsigned long) grpc_lame_client_channel_create); printf("%lx", (unsigned long) grpc_channel_destroy); - printf("%lx", (unsigned long) grpc_channel_get_trace); printf("%lx", (unsigned long) grpc_channel_get_uuid); printf("%lx", (unsigned long) grpc_call_cancel); printf("%lx", (unsigned long) grpc_call_cancel_with_status); |