mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0024162: Eliminate CLang compiler warning
Got rid from most cases of appearance '-Wunused-private-field' warning
This commit is contained in:
@@ -69,8 +69,6 @@ fields
|
||||
myEdge : Edge from TopoDS;
|
||||
myVertices : ListOfPave from TopOpeBRepBuild;
|
||||
myVerticesIt : ListIteratorOfListOfPave from TopOpeBRepBuild;
|
||||
myEdgeVertexIndex : Integer from Standard;
|
||||
myEdgeVertexCount : Integer from Standard;
|
||||
|
||||
myHasEqualParameters : Boolean from Standard;
|
||||
myEqualParameters : Real from Standard;
|
||||
|
@@ -99,6 +99,5 @@ is
|
||||
fields
|
||||
|
||||
myFace:Face from TopoDS;
|
||||
myDEBVertexIndex:Integer;
|
||||
|
||||
|
||||
end WireEdgeSet from TopOpeBRepBuild;
|
||||
|
Reference in New Issue
Block a user