Unused variable.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1430847 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2013-01-09 13:18:36 +00:00
parent 7096b9b24e
commit 7fd57f3158
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ public class Weight implements OptimizationData {
* @param weight List of the values of the diagonal.
*/
public Weight(double[] weight) {
final int dim = weight.length;
weightMatrix = new DiagonalMatrix(weight);
}