Internal Change

PiperOrigin-RevId: 616872442
pull/16179/head
Hong Shin 8 months ago committed by Copybara-Service
parent 0299edd5e4
commit 413e7b10a0
  1. 1
      src/google/protobuf/editions/golden/editions_transform_proto2.proto
  2. 1
      src/google/protobuf/editions/golden/test_messages_proto2_editions.proto
  3. 1
      src/google/protobuf/editions/golden/test_messages_proto3_editions.proto

@ -21,7 +21,6 @@ import "google/protobuf/editions/proto/editions_transform_proto3.proto";
option features.repeated_field_encoding = EXPANDED;
option features.utf8_validation = NONE;
option java_multiple_files = true;
option cc_enable_arenas = true;
message EmptyMessage {
}

@ -23,7 +23,6 @@ option objc_class_prefix = "EditionsProto2";
// This is the default, but we specify it here explicitly.
option optimize_for = SPEED;
option cc_enable_arenas = true;
// This proto includes every type of field in both singular and repeated
// forms.

@ -28,7 +28,6 @@ option objc_class_prefix = "EditionsProto3";
// This is the default, but we specify it here explicitly.
option optimize_for = SPEED;
option cc_enable_arenas = true;
// This proto includes every type of field in both singular and repeated
// forms.

Loading…
Cancel
Save