Skip to content

Commit

Permalink
Fix warning about used variable in GolangFlyweightGenerator.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Dec 11, 2024
1 parent fad6442 commit bcb2e06
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,6 @@ private CharSequence generateMessageFlyweightCode(
final String schemaIdType = goTypeName(ir.headerStructure().schemaIdType());
final String schemaVersionType = goTypeName(ir.headerStructure().schemaVersionType());
final String semanticType = token.encoding().semanticType() == null ? "" : token.encoding().semanticType();
final String headerType = ir.headerStructure().tokens().get(0).name();
final String semanticVersion = ir.semanticVersion() == null ? "" : ir.semanticVersion();

sb.append(" buffer []byte\n" +
Expand Down

0 comments on commit bcb2e06

Please sign in to comment.