0031004: Coding - eliminate warnings issued by gcc 9.1.0
[occt.git] / src / Intf / Intf_TangentZone.hxx
index 9e55b6b..d008194 100644 (file)
@@ -81,10 +81,7 @@ Standard_Boolean operator == (const Intf_TangentZone& Other) const
   
   //! Builds an empty tangent zone.
   Standard_EXPORT Intf_TangentZone();
-  
-  //! Copies a Tangent zone.
-  Standard_EXPORT Intf_TangentZone(const Intf_TangentZone& Other);
-  
+
   //! Adds a SectionPoint to the TangentZone.
   Standard_EXPORT void Append (const Intf_SectionPoint& Pi);