aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-03-22 14:03:45 -0700
committerGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-03-22 14:03:45 -0700
commit39fd22193bedbef97412c857c2d2f73eb5752d2c (patch)
tree25de3d0318982450932256af107801c3cb58a824 /src/python
parent2b0d66caa003e4c12dc7183479533b03abbb9d0c (diff)
parentfb349b9f7150c20a98565bfffdceaab6b50a92a2 (diff)
Merge pull request #5899 from dgquintas/uchannels_kthxbai
removed uchannels
Diffstat (limited to 'src/python')
-rw-r--r--src/python/grpcio/grpc_core_dependencies.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/python/grpcio/grpc_core_dependencies.py b/src/python/grpcio/grpc_core_dependencies.py
index b9e7d8c898..29506e69bc 100644
--- a/src/python/grpcio/grpc_core_dependencies.py
+++ b/src/python/grpcio/grpc_core_dependencies.py
@@ -81,7 +81,6 @@ CORE_SOURCE_FILES = [
'src/core/channel/channel_stack.c',
'src/core/channel/channel_stack_builder.c',
'src/core/channel/client_channel.c',
- 'src/core/channel/client_uchannel.c',
'src/core/channel/compress_filter.c',
'src/core/channel/connected_channel.c',
'src/core/channel/http_client_filter.c',