This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit c5cf7f721f3448c62a16bd96e4d822308d0f7d89
Author: Alex Herbert <[email protected]>
AuthorDate: Tue Apr 14 12:22:28 2026 +0100

    Remove commented out code
---
 .../java/org/apache/commons/rng/core/source32/IntJumpDistancesTest.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/commons-rng-core/src/test/java/org/apache/commons/rng/core/source32/IntJumpDistancesTest.java
 
b/commons-rng-core/src/test/java/org/apache/commons/rng/core/source32/IntJumpDistancesTest.java
index 6f5e4ad2..dbac0d36 100644
--- 
a/commons-rng-core/src/test/java/org/apache/commons/rng/core/source32/IntJumpDistancesTest.java
+++ 
b/commons-rng-core/src/test/java/org/apache/commons/rng/core/source32/IntJumpDistancesTest.java
@@ -60,7 +60,6 @@ class IntJumpDistancesTest {
         final int[] expected = toIntArray(x);
         // Result array is assumed to be correct length but at least 2
         int[] actual = new int[Math.max(2, 1 + Math.getExponent(x) / 32)];
-        //int[] actual = new int[Math.max(2, expected.length)];
         IntJumpDistances.writeUnsignedInteger(x, actual);
         // Trailing zeros should be unwritten
         if (actual.length > expected.length) {

Reply via email to