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 569d5f6 commit efd5882Copy full SHA for efd5882
sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppGenerator.java
@@ -180,7 +180,6 @@ private static void generateGroupClassHeader(
180
{
181
final String dimensionsClassName = formatClassName(tokens.get(index + 1).name());
182
final int dimensionHeaderLength = tokens.get(index + 1).encodedLength();
183
-
184
final int blockLength = tokens.get(index).encodedLength();
185
final Token numInGroupToken = tokens.get(index + 3);
186
final String cppTypeForBlockLength = cppTypeName(tokens.get(index + 2).encoding().primitiveType());
0 commit comments