Skip to content

Commit

Permalink
Remove unused variadic arg in hpb msg gen
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 674005479
  • Loading branch information
honglooker authored and copybara-github committed Sep 12, 2024
1 parent 07f2224 commit f6fd9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpb_generator/gen_accessors.cc
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ void WriteFieldAccessorsInHeader(const protobuf::Descriptor* desc,
)cc",
MessagePtrConstType(field, /* const */ false),
MessagePtrConstType(field, /* const */ true),
resolved_field_name, resolved_upbc_name);
resolved_field_name);
} else {
output(
R"cc(
Expand Down

0 comments on commit f6fd9c8

Please sign in to comment.