From eb000a3bd7da45a69b275b13c7d78acb04e355ce Mon Sep 17 00:00:00 2001 From: emv Date: Wed, 21 Nov 2012 11:25:53 +0400 Subject: [PATCH] 0021762: Integration of new Boolean Operation algorithm to OCCT. Small corrections. --- src/BRepFill/BRepFill_TrimShellCorner.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/BRepFill/BRepFill_TrimShellCorner.cxx b/src/BRepFill/BRepFill_TrimShellCorner.cxx index 3f9749c52b..a0f1576838 100755 --- a/src/BRepFill/BRepFill_TrimShellCorner.cxx +++ b/src/BRepFill/BRepFill_TrimShellCorner.cxx @@ -573,7 +573,6 @@ Standard_Boolean MakeFacesNonSec(const Standard_Integer theI BOPDS_ListOfPave aLP; theDS->Paves(anEIndex, aLP); BOPDS_ListIteratorOfListOfPave aIt; - Standard_Integer pit; aIt.Initialize(aLP); for ( ; aIt.More(); aIt.Next()) { const BOPDS_Pave& aPave = aIt.Value(); @@ -1402,7 +1401,6 @@ Standard_Boolean FindNextVertex(const Standard_Integer theEdg TopoDS_Vertex& theNextVertex, BOPDS_Pave& thePave) { - Standard_Integer i; Standard_Boolean bTakePave, bFound; BOPDS_Pave aTmpPave; BOPDS_ListIteratorOfListOfPave aItP;