Skip to content

Commit

Permalink
Remove "// fall through" comment where there is no falling through.
Browse files Browse the repository at this point in the history
The case statement above returns.

PiperOrigin-RevId: 684601080
  • Loading branch information
mhansen authored and copybara-github committed Oct 10, 2024
1 parent aebf8a8 commit 54007e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/google/protobuf/compiler/java/lite/message.cc
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ void ImmutableMessageLiteGenerator::Generate(io::Printer* printer) {

printer->Print(
"}\n"
"// fall through\n"
"case GET_DEFAULT_INSTANCE: {\n"
" return DEFAULT_INSTANCE;\n"
"}\n"
Expand Down

0 comments on commit 54007e7

Please sign in to comment.