0031004: Coding - eliminate warnings issued by gcc 9.1.0
[occt.git] / src / BVH / BVH_Box.hxx
index 4d70b9e..8e0dc9f 100644 (file)
@@ -118,12 +118,6 @@ public:
     myMaxPoint (thePoint),
     myIsInited (Standard_True) {}
 
     myMaxPoint (thePoint),
     myIsInited (Standard_True) {}
 
-  //! Creates copy of another bounding box.
-  BVH_Box (const BVH_Box& theBox)
-  : myMinPoint (theBox.myMinPoint),
-    myMaxPoint (theBox.myMaxPoint),
-    myIsInited (theBox.myIsInited) {}
-
   //! Creates bounding box from corner points.
   BVH_Box (const BVH_VecNt& theMinPoint,
            const BVH_VecNt& theMaxPoint)
   //! Creates bounding box from corner points.
   BVH_Box (const BVH_VecNt& theMinPoint,
            const BVH_VecNt& theMaxPoint)