aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/setup.py
diff options
context:
space:
mode:
authorGravatar Tamir Duberstein <tamird@gmail.com>2015-04-08 17:44:32 -0400
committerGravatar Tamir Duberstein <tamird@gmail.com>2015-04-08 18:33:04 -0400
commit8ede2817a003e3cd5e52da62f6a3fa8238023a3b (patch)
treee725ce6ffe0037f9f0d3b917ae8534c34727dbfe /python/setup.py
parentf8808fb608bf7f0065574702ca408f8557235888 (diff)
Remove useless file that doesn't load
This file was broken in ada6556.
Diffstat (limited to 'python/setup.py')
-rwxr-xr-xpython/setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py
index c18818e2..eea71018 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -170,7 +170,6 @@ if __name__ == '__main__':
py_modules = [
'google.protobuf.internal.api_implementation',
'google.protobuf.internal.containers',
- 'google.protobuf.internal.cpp_message',
'google.protobuf.internal.decoder',
'google.protobuf.internal.encoder',
'google.protobuf.internal.enum_type_wrapper',