0031035: Coding - uninitialized class fields reported by Visual Studio Code Analysis
[occt.git] / src / BRepFeat / BRepFeat_RibSlot.hxx
index 2f970e2..33036eb 100644 (file)
@@ -43,7 +43,6 @@ class TopoDS_Face;
 class Geom_Curve;
 class TopoDS_Vertex;
 class LocOpe_Gluer;
-class TopOpeBRepBuild_HBuilder;
 class BRepAlgoAPI_BooleanOperation;
 
 
@@ -146,8 +145,6 @@ protected:
   //! and deleted faces during the course of the glueing operation.
   Standard_EXPORT void UpdateDescendants (const LocOpe_Gluer& G);
   
-  Standard_EXPORT void UpdateDescendants (const Handle(TopOpeBRepBuild_HBuilder)& B, const TopoDS_Shape& SResult, const Standard_Boolean SkipFace = Standard_False);
-  
   Standard_EXPORT void UpdateDescendants (const BRepAlgoAPI_BooleanOperation& aBOP, const TopoDS_Shape& SResult, const Standard_Boolean SkipFace = Standard_False);