aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/http/http_filters_plugin.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ext/filters/http/http_filters_plugin.cc')
-rw-r--r--src/core/ext/filters/http/http_filters_plugin.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ext/filters/http/http_filters_plugin.cc b/src/core/ext/filters/http/http_filters_plugin.cc
index 9d47f6889a..47ff0f30ef 100644
--- a/src/core/ext/filters/http/http_filters_plugin.cc
+++ b/src/core/ext/filters/http/http_filters_plugin.cc
@@ -63,7 +63,6 @@ static bool maybe_add_required_filter(grpc_channel_stack_builder* builder,
}
extern "C" void grpc_http_filters_init(void) {
- grpc_register_tracer(&grpc_compression_trace);
grpc_channel_init_register_stage(GRPC_CLIENT_SUBCHANNEL,
GRPC_CHANNEL_INIT_BUILTIN_PRIORITY,
maybe_add_optional_filter, &compress_filter);