Removed 2 unused using statements from client_channel.cc (removed ClientChannelGlobalParsedConfig and ClientChannelServiceConfigParser) (#29840)

pull/29808/head
nancylucy01 3 years ago committed by GitHub
parent d4c5972cc6
commit 5dc917e1f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/ext/filters/client_channel/client_channel.cc

@ -96,9 +96,7 @@
namespace grpc_core {
using internal::ClientChannelGlobalParsedConfig;
using internal::ClientChannelMethodParsedConfig;
using internal::ClientChannelServiceConfigParser;
TraceFlag grpc_client_channel_trace(false, "client_channel");
TraceFlag grpc_client_channel_call_trace(false, "client_channel_call");

Loading…
Cancel
Save