Skip to content

Commit 5716bd4

Browse files
Internal changes
PiperOrigin-RevId: 782114445
1 parent d6a1b35 commit 5716bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/protobuf/unknown_field_set.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ class PROTOBUF_EXPORT UnknownField {
121121
} data_;
122122
};
123123

124+
124125
// An UnknownFieldSet contains fields that were encountered while parsing a
125126
// message but were not defined by its type. Keeping track of these can be
126127
// useful, especially in that they may be written if the message is serialized
@@ -243,7 +244,6 @@ class PROTOBUF_EXPORT UnknownFieldSet {
243244
friend internal::WireFormat;
244245
friend internal::UnknownFieldParserHelper;
245246
friend internal::UnknownFieldSetTestPeer;
246-
friend internal::v2::TableDrivenParse;
247247

248248
std::string* AddLengthDelimited(int number);
249249

0 commit comments

Comments
 (0)