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:
parent
7096b9b24e
commit
7fd57f3158
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue