Skip to content

Commit efd5882

Browse files
committed
[C++]: fix checkstyle for long method.
1 parent 569d5f6 commit efd5882

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppGenerator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ private static void generateGroupClassHeader(
180180
{
181181
final String dimensionsClassName = formatClassName(tokens.get(index + 1).name());
182182
final int dimensionHeaderLength = tokens.get(index + 1).encodedLength();
183-
184183
final int blockLength = tokens.get(index).encodedLength();
185184
final Token numInGroupToken = tokens.get(index + 3);
186185
final String cppTypeForBlockLength = cppTypeName(tokens.get(index + 2).encoding().primitiveType());

0 commit comments

Comments
 (0)