]> OCCT Git - occt-copy.git/commitdiff
0024856: CLang warnings -Wunused-private-field
authorski <ski@opencascade.com>
Fri, 18 Apr 2014 11:02:41 +0000 (15:02 +0400)
committerabv <abv@opencascade.com>
Tue, 22 Apr 2014 07:26:47 +0000 (11:26 +0400)
Actual warnings were fixed.

src/AppParCurves/AppParCurves_LeastSquare.cdl
src/BRepMesh/BRepMesh_ComparatorOfVertexOfDelaun.cdl
src/IntWalk/IntWalk_IWalking.cdl
src/MAT/MAT_Mat.cdl

index 3796b81d632b25d15ed89870a66a517ff55fdf88..0787af33af52902310d9fc4d5eb8268e755064ca 100644 (file)
@@ -362,8 +362,6 @@ Vec2c:            Vector           from math;
 theError:         Matrix           from math;
 myindex:          IntegerVector    from math;
 
-ERR3d:            Real;
-ERR2d:            Real;
 lambda1:          Real;
 lambda2:          Real; 
 
index 56ba4c4b947e47103d6204563d2c58119f6faaf0..0df083f0d798fc0b7e6f1fff3f12a4532d06024f 100644 (file)
@@ -42,6 +42,5 @@ class ComparatorOfVertexOfDelaun from BRepMesh
 
 
 fields  DirectionOfSort : XY from gp;
-        Tolerance       : Real from Standard;
 
 end ComparatorOfVertexOfDelaun;
index 7770d573c5b27f7f515a699c7649549d49e84baa..866cba62183425c33a4cd90c646c7c461ae003dd 100644 (file)
@@ -289,7 +289,6 @@ fields
     Vm                  : Real              from Standard; -- Min V de la surf
     VM                  : Real              from Standard; -- Max V de la surf
     previousPoint       : PntOn2S           from IntSurf;
-    prevtg              : Boolean           from Standard;
     previousd3d         : Vec               from gp;
     previousd2d         : Dir2d             from gp;
     seqAjout            : SequenceOfInteger from TColStd; 
index 37de320fdb6d2a8a9e6c9694ffb5b6066c9c2b56..36091f24a4253c62f445a3d9d22f6f995f892928 100644 (file)
@@ -102,7 +102,6 @@ fields
     bisectortwotoremove   : DataMapOfIntegerBisector from MAT;
     bisectormap           : DataMapOfIntegerBisector from MAT;
     roots                 : ListOfBisector           from MAT;
-    thecurrentindex       : Integer;
     isDone                : Boolean;             
     
 end Mat;