summaryrefslogtreecommitdiff
path: root/test/DebugProtoTest.thrift
diff options
context:
space:
mode:
authorDavid Reiss <dreiss@apache.org>2007-09-15 01:54:56 +0000
committerDavid Reiss <dreiss@apache.org>2007-09-15 01:54:56 +0000
commit5aea7c8d00b1c25fc6611c217d929c61cddd843e (patch)
tree261601c8faa3c9bdb93de0d24c9e3c8226e16816 /test/DebugProtoTest.thrift
parentb8c6334d99acdc36eda81a1105f7760fd16cb3e5 (diff)
downloadthrift-5aea7c8d00b1c25fc6611c217d929c61cddd843e.tar.gz
Thrift: Reverting TZlibTransport
Summary: Stupid Red Hat. The dev boxes don't have the development packages for zlib. Blame Rev: 59856 Reviewed By: mcslee git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665263 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/DebugProtoTest.thrift')
-rw-r--r--test/DebugProtoTest.thrift9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/DebugProtoTest.thrift b/test/DebugProtoTest.thrift
index e669fb3d0..090418c7e 100644
--- a/test/DebugProtoTest.thrift
+++ b/test/DebugProtoTest.thrift
@@ -73,12 +73,3 @@ service PartiallyReflectable {
OneOfEach refl1(1: list<Bonk> arg1),
OneOfEach refl2(2: list<string> arg1, 1: Bonk arg2);
}
-
-// The only purpose of this thing is to increase the size of the generated code
-// so that ZlibTest has more highly compressible data to play with.
-struct BlowUp {
- 1: map<list<i32>,set<map<i32,string>>> b1;
- 2: map<list<i32>,set<map<i32,string>>> b2;
- 3: map<list<i32>,set<map<i32,string>>> b3;
- 4: map<list<i32>,set<map<i32,string>>> b4;
-}