diff options
author | Shawn O. Pearce <sop@google.com> | 2009-01-26 10:55:39 -0800 |
---|---|---|
committer | Shawn O. Pearce <sop@google.com> | 2009-01-26 10:55:39 -0800 |
commit | 370e3fa6660fa2eb675199104cde9e9d02063cfd (patch) | |
tree | 5ff9e8399be3a6ba7db48f20c00c86989634445f /codereview/need_retry_pb2.py | |
parent | b54a392c9a267a06058b663377282c9dcec6878e (diff) | |
download | git-repo-370e3fa6660fa2eb675199104cde9e9d02063cfd.tar.gz |
Remove the protobuf based HTTP upload code path
Now that Gerrit2 has been released and the only supported upload
protocol is direct git push over SSH we no longer need the large
and complex protobuf client library, or the upload chunking logic
in gerrit_upload.py.
Signed-off-by: Shawn O. Pearce <sop@google.com>
Diffstat (limited to 'codereview/need_retry_pb2.py')
-rw-r--r-- | codereview/need_retry_pb2.py | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/codereview/need_retry_pb2.py b/codereview/need_retry_pb2.py deleted file mode 100644 index 3fab2d43..00000000 --- a/codereview/need_retry_pb2.py +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | #!/usr/bin/python2.4 | ||
2 | # Generated by the protocol buffer compiler. DO NOT EDIT! | ||
3 | |||
4 | from froofle.protobuf import descriptor | ||
5 | from froofle.protobuf import message | ||
6 | from froofle.protobuf import reflection | ||
7 | from froofle.protobuf import service | ||
8 | from froofle.protobuf import service_reflection | ||
9 | from froofle.protobuf import descriptor_pb2 | ||
10 | |||
11 | |||
12 | |||
13 | _RETRYREQUESTLATERRESPONSE = descriptor.Descriptor( | ||
14 | name='RetryRequestLaterResponse', | ||
15 | full_name='codereview.RetryRequestLaterResponse', | ||
16 | filename='need_retry.proto', | ||
17 | containing_type=None, | ||
18 | fields=[ | ||
19 | ], | ||
20 | extensions=[ | ||
21 | ], | ||
22 | nested_types=[], # TODO(robinson): Implement. | ||
23 | enum_types=[ | ||
24 | ], | ||
25 | options=None) | ||
26 | |||
27 | |||
28 | |||
29 | class RetryRequestLaterResponse(message.Message): | ||
30 | __metaclass__ = reflection.GeneratedProtocolMessageType | ||
31 | DESCRIPTOR = _RETRYREQUESTLATERRESPONSE | ||
32 | |||