aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/unittest_proto3.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/unittest_proto3.proto')
-rw-r--r--src/google/protobuf/unittest_proto3.proto5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/google/protobuf/unittest_proto3.proto b/src/google/protobuf/unittest_proto3.proto
index 41fa56dc..f59d2178 100644
--- a/src/google/protobuf/unittest_proto3.proto
+++ b/src/google/protobuf/unittest_proto3.proto
@@ -140,11 +140,6 @@ message TestAllTypes {
string oneof_string = 113;
bytes oneof_bytes = 114;
}
-
- // Sample maps
- map<string, NestedMessage> map_string_to_nested_message = 200;
- map<int32, bytes> map_int32_to_bytes = 201;
- map<bool, NestedEnum> map_bool_to_enum = 202;
}
// This proto includes a recusively nested message.