aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-10-18 12:03:03 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-10-18 12:03:03 -0700
commitd0ff8969a2bf2fe1928ed427932f1af8cf56c4b1 (patch)
tree324ec11aa5744a0d90b245e13e1faa418c3a4aac /src
parent8b761cfbe2330d18acc69196d19b1a3623e47463 (diff)
Remove dead code
Diffstat (limited to 'src')
-rw-r--r--src/core/ext/transport/chttp2/transport/internal.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/core/ext/transport/chttp2/transport/internal.h b/src/core/ext/transport/chttp2/transport/internal.h
index b2d2c1ad90..9e0796e820 100644
--- a/src/core/ext/transport/chttp2/transport/internal.h
+++ b/src/core/ext/transport/chttp2/transport/internal.h
@@ -681,16 +681,6 @@ void grpc_chttp2_complete_closure_step(grpc_exec_ctx *exec_ctx,
extern grpc_tracer_flag grpc_http_trace;
extern grpc_tracer_flag grpc_flowctl_trace;
-#ifndef NDEBUG
-#define GRPC_FLOW_CONTROL_IF_TRACING(stmt) \
- if (!(GRPC_TRACER_ON(grpc_flowctl_trace))) \
- ; \
- else \
- stmt
-#else
-#define GRPC_FLOW_CONTROL_IF_TRACING(stmt)
-#endif
-
#define GRPC_CHTTP2_IF_TRACING(stmt) \
if (!(GRPC_TRACER_ON(grpc_http_trace))) \
; \