aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2018-05-02 07:26:12 -0700
committerGravatar GitHub <noreply@github.com>2018-05-02 07:26:12 -0700
commit7df24412237760f9dbae6b1bd7b8f89c95c9c913 (patch)
tree49a029c8d5663b9aa8b29fea38e9c509f4cb7644 /BUILD
parente21c2ef5cc1d64f3934ead91287b9ba0a6b6aa8b (diff)
parent026b20eebba34889892b07a16ebe7ec6b674c404 (diff)
Merge pull request #14886 from markdroth/c++_subchannel_list
Convert subchannel_list code to C++.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/BUILD b/BUILD
index f899632a1b..241f7c220d 100644
--- a/BUILD
+++ b/BUILD
@@ -1230,9 +1230,6 @@ grpc_cc_library(
grpc_cc_library(
name = "grpc_lb_subchannel_list",
- srcs = [
- "src/core/ext/filters/client_channel/lb_policy/subchannel_list.cc",
- ],
hdrs = [
"src/core/ext/filters/client_channel/lb_policy/subchannel_list.h",
],