Skip to content

Commit c5cf7f7

Browse files
committed
Remove commented out code
1 parent f330859 commit c5cf7f7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

commons-rng-core/src/test/java/org/apache/commons/rng/core/source32/IntJumpDistancesTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ void testWriteUnsignedInteger(double x) {
6060
final int[] expected = toIntArray(x);
6161
// Result array is assumed to be correct length but at least 2
6262
int[] actual = new int[Math.max(2, 1 + Math.getExponent(x) / 32)];
63-
//int[] actual = new int[Math.max(2, expected.length)];
6463
IntJumpDistances.writeUnsignedInteger(x, actual);
6564
// Trailing zeros should be unwritten
6665
if (actual.length > expected.length) {

0 commit comments

Comments
 (0)