0022922: Clean up warnings on uninitialized / unused variables
[occt.git] / src / TopOpeBRep / TopOpeBRep_FaceEdgeFiller_DEB.cxx
index 00b00dc..2194186 100755 (executable)
@@ -55,7 +55,6 @@ void FEINT_DUMPPOINTS(TopOpeBRep_FaceEdgeIntersector& FEINT,
     Standard_Boolean isvertexF = FEINT.IsVertex(1,V1);
     TopoDS_Vertex V2;
     Standard_Boolean isvertexE = FEINT.IsVertex(2,V2);
-    Standard_Boolean isvertex = isvertexF || isvertexE;
     
     cout<<endl;
     cout<<"P"<<ip<<" : ";