0022922: Clean up warnings on uninitialized / unused variables
[occt.git] / src / GeomPlate / GeomPlate_PlateG0Criterion.cxx
index 8f3ffcd..2fadabc 100755 (executable)
@@ -71,10 +71,6 @@ void GeomPlate_PlateG0Criterion::Value(AdvApp2Var_Patch& P,
   TColStd_Array1OfReal Curve(1, dimension);
   TColStd_Array1OfReal Point(1, 3); 
   Standard_Real * Coeffs =  (Standard_Real *) &Patch.ChangeValue(1);
-#ifdef DEB
-  Standard_Real * Result =  
-#endif
-    (Standard_Real *) &Curve.ChangeValue(1);
   Standard_Real * Digit  =  (Standard_Real *) &Point.ChangeValue(1);
   
   Standard_Integer k1, k2, pos, ll=1;