We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad6442 commit bcb2e06Copy full SHA for bcb2e06
sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/golang/flyweight/GolangFlyweightGenerator.java
@@ -2174,7 +2174,6 @@ private CharSequence generateMessageFlyweightCode(
2174
final String schemaIdType = goTypeName(ir.headerStructure().schemaIdType());
2175
final String schemaVersionType = goTypeName(ir.headerStructure().schemaVersionType());
2176
final String semanticType = token.encoding().semanticType() == null ? "" : token.encoding().semanticType();
2177
- final String headerType = ir.headerStructure().tokens().get(0).name();
2178
final String semanticVersion = ir.semanticVersion() == null ? "" : ir.semanticVersion();
2179
2180
sb.append(" buffer []byte\n" +
0 commit comments