You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2005/07/05 01:29:24 UTC

svn commit: r209143 - /jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/linear/MatrixUtils.java

Author: psteitz
Date: Mon Jul  4 16:29:23 2005
New Revision: 209143

URL: http://svn.apache.org/viewcvs?rev=209143&view=rev
Log:
Eliminated dead code.

Modified:
    jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/linear/MatrixUtils.java

Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/linear/MatrixUtils.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/linear/MatrixUtils.java?rev=209143&r1=209142&r2=209143&view=diff
==============================================================================
--- jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/linear/MatrixUtils.java (original)
+++ jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/linear/MatrixUtils.java Mon Jul  4 16:29:23 2005
@@ -242,9 +242,6 @@
         }
         return new BigMatrixImpl(data);
     }
-    /** BigDecimal constants */
-    //private static final BigDecimal ZERO = new BigDecimal(0);      
-    //private static final BigDecimal ONE = new BigDecimal(1);
     
     /**
      * Returns <code>dimension x dimension</code> identity matrix.



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org