diff options
author | 2015-10-05 16:24:18 -0700 | |
---|---|---|
committer | 2015-10-05 16:24:18 -0700 | |
commit | 6a739c715321c7249ce17b3ff3fbd6594c10af2f (patch) | |
tree | 069822e02bf4dfed492bbb345e8b7bf24029b384 /src/core/surface/call_log_batch.c | |
parent | f747bbc04327c9ef02690cd7466ec6786967c4fe (diff) | |
parent | d48c5a5b9feb9cfacde4741e92d6dfcdae632416 (diff) |
Merge branch 'master' of github.com:grpc/grpc into cq_alarm
Diffstat (limited to 'src/core/surface/call_log_batch.c')
-rw-r--r-- | src/core/surface/call_log_batch.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/surface/call_log_batch.c b/src/core/surface/call_log_batch.c index 5a3ef1e5f4..2dd9737cf8 100644 --- a/src/core/surface/call_log_batch.c +++ b/src/core/surface/call_log_batch.c @@ -37,8 +37,6 @@ #include <grpc/support/alloc.h> #include <grpc/support/string_util.h> -int grpc_trace_batch = 0; - static void add_metadata(gpr_strvec *b, const grpc_metadata *md, size_t count) { size_t i; for (i = 0; i < count; i++) { |