| Index: third_party/protobuf/src/google/protobuf/util/json_format_proto3.proto
|
| diff --git a/third_party/protobuf/src/google/protobuf/util/json_format_proto3.proto b/third_party/protobuf/src/google/protobuf/util/json_format_proto3.proto
|
| index 3835b30eb951f582c8cc3748aaf30c30be1a825e..a1e24c1831823cc6e62d0f7c7523dca1227cdc4f 100644
|
| --- a/third_party/protobuf/src/google/protobuf/util/json_format_proto3.proto
|
| +++ b/third_party/protobuf/src/google/protobuf/util/json_format_proto3.proto
|
| @@ -39,7 +39,6 @@ import "google/protobuf/wrappers.proto";
|
| import "google/protobuf/struct.proto";
|
| import "google/protobuf/any.proto";
|
| import "google/protobuf/field_mask.proto";
|
| -import "google/protobuf/unittest.proto";
|
|
|
| enum EnumType {
|
| FOO = 0;
|
| @@ -175,7 +174,3 @@ message TestBoolValue {
|
| message TestCustomJsonName {
|
| int32 value = 1 [json_name = "@value"];
|
| }
|
| -
|
| -message TestExtensions {
|
| - .protobuf_unittest.TestAllExtensions extensions = 1;
|
| -}
|
|
|