0027067: Avoid use of virtual methods for implementation of destructors in legacy...
[occt.git] / src / math / math_NewtonFunctionSetRoot.lxx
index c318555..635c164 100644 (file)
 
 #include <StdFail_NotDone.hxx>
 
-inline void math_NewtonFunctionSetRoot::Delete() const
-{
-}
-
 inline Standard_Boolean math_NewtonFunctionSetRoot::IsSolutionReached(math_FunctionSetWithDerivatives&)
 {
   for (Standard_Integer i = DeltaX.Lower(); i <= DeltaX.Upper(); ++i)