You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2013/09/12 17:56:03 UTC

svn commit: r1522637 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Combinations.java

Author: psteitz
Date: Thu Sep 12 15:56:02 2013
New Revision: 1522637

URL: http://svn.apache.org/r1522637
Log:
Removed vestigal code.

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Combinations.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Combinations.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Combinations.java?rev=1522637&r1=1522636&r2=1522637&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Combinations.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Combinations.java Thu Sep 12 15:56:02 2013
@@ -238,7 +238,6 @@ public class Combinations implements Ite
             // Copy return value (prepared by last activation)
             final int[] ret = new int[k];
             System.arraycopy(c, 1, ret, 0, k);
-            //final int[] ret = MathArrays.copyOf(c, k + 1);
 
             // Prepare next iteration
             // T2 and T6 loop