0023604: Uninitialized variables in debug mode
[occt.git] / src / BRepFill / BRepFill_NSections.cxx
index ef739b5..5a2a8ef 100755 (executable)
@@ -759,11 +759,7 @@ void BRepFill_NSections::Init(const TColStd_SequenceOfReal & P,
 
  Standard_Integer jj;
  GeomAbs_Shape cont_jj;
-#ifndef DEB
  GeomAbs_Shape cont = GeomAbs_C0; 
-#else
- GeomAbs_Shape cont; 
-#endif
 
  for (jj=1; jj<=myShapes.Length(); jj++) {