aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2017-05-12 15:35:20 -0700
committerGravatar GitHub <noreply@github.com>2017-05-12 15:35:20 -0700
commit7edcce2147470bfbca3097a85ac9ce917c48878b (patch)
tree5cd25a29cab751492cdc0a4c08e09dbd95a4474f /src/python/grpcio
parenta2d9d48a888bf9162d1288496e60920b481bf3eb (diff)
Revert "Implement Server Backward Compatibility"
Diffstat (limited to 'src/python/grpcio')
-rw-r--r--src/python/grpcio/grpc_core_dependencies.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/python/grpcio/grpc_core_dependencies.py b/src/python/grpcio/grpc_core_dependencies.py
index 502e946226..dd2e550f72 100644
--- a/src/python/grpcio/grpc_core_dependencies.py
+++ b/src/python/grpcio/grpc_core_dependencies.py
@@ -320,8 +320,6 @@ CORE_SOURCE_FILES = [
'src/core/ext/census/tracing.c',
'src/core/ext/filters/max_age/max_age_filter.c',
'src/core/ext/filters/message_size/message_size_filter.c',
- 'src/core/ext/filters/workarounds/workaround_cronet_compression_filter.c',
- 'src/core/ext/filters/workarounds/workaround_utils.c',
'src/core/plugin_registry/grpc_plugin_registry.c',
'src/boringssl/err_data.c',
'third_party/boringssl/crypto/aes/aes.c',