0022922: Clean up warnings on uninitialized / unused variables
[occt.git] / src / TFunction / TFunction_Iterator.cxx
index 13eedbe..2e6c990 100755 (executable)
@@ -174,7 +174,6 @@ void TFunction_Iterator::Next()
     TFunction_IFunction iFunction(L);
 
     Handle(TFunction_GraphNode) graphNode = iFunction.GetGraphNode();
-    const TColStd_MapOfInteger& prev      = graphNode->GetPrevious();
     const TColStd_MapOfInteger& next      = graphNode->GetNext();
     TFunction_ExecutionStatus   status    = graphNode->GetStatus();