Skip to content

Commit cf9b774

Browse files
mkruskal-googlecopybara-github
authored andcommitted
Delete long-deprecated internal descriptor.proto gencode forwards.
These have been moved to subdirectories, and the deleted files were just aliases. The public ones will be removed in a future breaking change. PiperOrigin-RevId: 691136301
1 parent f6cddd2 commit cf9b774

13 files changed

+0
-204
lines changed

php/BUILD.bazel

-12
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,10 @@ _RUNTIME_SOURCES = [
2727
"src/Google/Protobuf/Internal/CodedOutputStream.php",
2828
"src/Google/Protobuf/Internal/Descriptor.php",
2929
"src/Google/Protobuf/Internal/DescriptorPool.php",
30-
"src/Google/Protobuf/Internal/EnumDescriptorProto_EnumReservedRange.php",
31-
"src/Google/Protobuf/Internal/DescriptorProto_ExtensionRange.php",
32-
"src/Google/Protobuf/Internal/DescriptorProto_ReservedRange.php",
3330
"src/Google/Protobuf/Internal/EnumBuilderContext.php",
3431
"src/Google/Protobuf/Internal/EnumDescriptor.php",
3532
"src/Google/Protobuf/Internal/FieldDescriptor.php",
36-
"src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php",
37-
"src/Google/Protobuf/Internal/FieldDescriptorProto_Type.php",
38-
"src/Google/Protobuf/Internal/FieldOptions_CType.php",
39-
"src/Google/Protobuf/Internal/FieldOptions_JSType.php",
4033
"src/Google/Protobuf/Internal/FileDescriptor.php",
41-
"src/Google/Protobuf/Internal/FileOptions_OptimizeMode.php",
42-
"src/Google/Protobuf/Internal/GeneratedCodeInfo_Annotation.php",
4334
"src/Google/Protobuf/Internal/GetPublicDescriptorTrait.php",
4435
"src/Google/Protobuf/Internal/GPBDecodeException.php",
4536
"src/Google/Protobuf/Internal/GPBJsonWire.php",
@@ -54,15 +45,12 @@ _RUNTIME_SOURCES = [
5445
"src/Google/Protobuf/Internal/MapFieldIter.php",
5546
"src/Google/Protobuf/Internal/Message.php",
5647
"src/Google/Protobuf/Internal/MessageBuilderContext.php",
57-
"src/Google/Protobuf/Internal/MethodOptions_IdempotencyLevel.php",
5848
"src/Google/Protobuf/Internal/OneofDescriptor.php",
5949
"src/Google/Protobuf/Internal/OneofField.php",
6050
"src/Google/Protobuf/Internal/RawInputStream.php",
6151
"src/Google/Protobuf/Internal/RepeatedField.php",
6252
"src/Google/Protobuf/Internal/RepeatedFieldIter.php",
63-
"src/Google/Protobuf/Internal/SourceCodeInfo_Location.php",
6453
"src/Google/Protobuf/Internal/TimestampBase.php",
65-
"src/Google/Protobuf/Internal/UninterpretedOption_NamePart.php",
6654
"src/Google/Protobuf/OneofDescriptor.php",
6755
]
6856

php/src/Google/Protobuf/Internal/DescriptorProto_ExtensionRange.php

-16
This file was deleted.

php/src/Google/Protobuf/Internal/DescriptorProto_ReservedRange.php

-16
This file was deleted.

php/src/Google/Protobuf/Internal/EnumDescriptorProto_EnumReservedRange.php

-16
This file was deleted.

php/src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php

-16
This file was deleted.

php/src/Google/Protobuf/Internal/FieldDescriptorProto_Type.php

-16
This file was deleted.

php/src/Google/Protobuf/Internal/FieldOptions_CType.php

-16
This file was deleted.

php/src/Google/Protobuf/Internal/FieldOptions_JSType.php

-16
This file was deleted.

php/src/Google/Protobuf/Internal/FileOptions_OptimizeMode.php

-16
This file was deleted.

php/src/Google/Protobuf/Internal/GeneratedCodeInfo_Annotation.php

-16
This file was deleted.

php/src/Google/Protobuf/Internal/MethodOptions_IdempotencyLevel.php

-16
This file was deleted.

php/src/Google/Protobuf/Internal/SourceCodeInfo_Location.php

-16
This file was deleted.

php/src/Google/Protobuf/Internal/UninterpretedOption_NamePart.php

-16
This file was deleted.

0 commit comments

Comments
 (0)