0022922: Clean up warnings on uninitialized / unused variables
[occt.git] / src / Approx / Approx_ComputeLine.gxx
index 0788363..896386a 100755 (executable)
@@ -75,7 +75,6 @@ static void DUMP(const AppParCurves_MultiCurve& C) {
   static Standard_Integer nbappel = 0;
   Standard_Integer i;
   Standard_Integer nbpoles = C.NbPoles();
-  Standard_Integer deg = C.Degree();
 
   Handle(Geom_BezierCurve) BSp;
   Handle(Geom2d_BezierCurve) BSp2d;