summaryrefslogtreecommitdiffstats
path: root/src/google/protobuf/unittest_mset.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/unittest_mset.proto')
-rw-r--r--src/google/protobuf/unittest_mset.proto13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/google/protobuf/unittest_mset.proto b/src/google/protobuf/unittest_mset.proto
index 8fbe7ab..3497f09 100644
--- a/src/google/protobuf/unittest_mset.proto
+++ b/src/google/protobuf/unittest_mset.proto
@@ -1,6 +1,6 @@
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
-// https://developers.google.com/protocol-buffers/
+// http://code.google.com/p/protobuf/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
@@ -62,17 +62,6 @@ message TestMessageSetExtension2 {
optional string str = 25;
}
-// This message was used to generate
-// //net/proto2/python/internal/testdata/message_set_message, but is commented
-// out since it must not actually exist in code, to simulate an "unknown"
-// extension.
-// message TestMessageSetUnknownExtension {
-// extend TestMessageSet {
-// optional TestMessageSetUnknownExtension message_set_extension = 56141421;
-// }
-// optional int64 a = 1;
-// }
-
// MessageSet wire format is equivalent to this.
message RawMessageSet {
repeated group Item = 1 {