Skip to content

Commit

Permalink
Internal changes
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 625794743
  • Loading branch information
mkruskal-google authored and copybara-github committed Apr 17, 2024
1 parent 9c686a2 commit 1d44d84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/google/protobuf/descriptor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2869,7 +2869,6 @@ FileDescriptor::FileDescriptor() = default;
void FileDescriptor::CopyTo(FileDescriptorProto* proto) const {
CopyHeadingTo(proto);


for (int i = 0; i < dependency_count(); i++) {
proto->add_dependency(dependency(i)->name());
}
Expand Down

0 comments on commit 1d44d84

Please sign in to comment.