hpb: remove unused edition dep in test_model.proto

PiperOrigin-RevId: 694103101
pull/19143/head
Hong Shin 4 months ago committed by Copybara-Service
parent 57287bd2f4
commit 7ae9d8c39b
  1. 17
      csharp/src/Google.Protobuf/Reflection/FeatureSetDescriptor.g.cs
  2. 1
      hpb_generator/tests/test_model.proto

@ -1,17 +0,0 @@
#region Copyright notice and license
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd
#endregion
namespace Google.Protobuf.Reflection;
internal sealed partial class FeatureSetDescriptor
{
// Canonical serialized form of the edition defaults, generated by embed_edition_defaults.
private const string DefaultsBase64 =
"ChMYhAciACoMCAEQAhgCIAMoATACChMY5wciACoMCAIQARgBIAIoATABChMY6AciDAgBEAEYASACKAEwASoAIOYHKOgH";
}

@ -10,7 +10,6 @@ edition = "2023";
package hpb_unittest;
import "google/protobuf/compiler/hpb/tests/child_model.proto";
import "google/protobuf/cpp_features.proto";
option features.enum_type = CLOSED;
option features.repeated_field_encoding = EXPANDED;

Loading…
Cancel
Save