Removed unused field.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@995001 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2010-09-08 12:04:13 +00:00
parent 5cb711fd8e
commit fc2ba06179
1 changed files with 0 additions and 4 deletions

View File

@ -237,10 +237,6 @@ public class PowellOptimizer
* Automatic bracketing.
*/
private final BracketFinder bracket = new BracketFinder();
/**
* Value of the optimum.
*/
private UnivariateRealPointValuePair optimum;
/**
* @param rel Relative threshold.