0025617: Avoid classes with a copy constructor and the default destructor or assignme...
[occt.git] / src / BOPCol / BOPCol_NCVector.hxx
index 73ad5e4..f3db4b5 100755 (executable)
@@ -33,10 +33,6 @@ template <class Type> class BOPCol_NCVector
     : NCollection_Vector<Type>(theIncrement, theAlloc)
   {}
   //
-  BOPCol_NCVector(const BOPCol_NCVector& theOther) 
-    : NCollection_Vector<Type>(theOther)
-  {}
-  //
   Type& Append1 ()
   {
     Type& anAppended = *(Type*)this->expandV (this->myLength);