mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Deleting MSVC compiler warning in BRepBuilderAPI_Sewing.cxx(920) caused integration of fix for 24390
This commit is contained in:
parent
7470608360
commit
52e6db9d8a
@ -917,7 +917,6 @@ TopoDS_Edge BRepBuilderAPI_Sewing::SameParameterEdge(const TopoDS_Edge& edgeFirs
|
||||
|
||||
Standard_Real dist = 0., maxTol = -1.0;
|
||||
Standard_Boolean more = Standard_True;
|
||||
Standard_Boolean useFace = Standard_False;
|
||||
|
||||
for (j = 1; more; j++) {
|
||||
Handle(Geom2d_Curve) c2d2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user