#1568 Removed delete in destructor, handled by destructor in base class

This commit is contained in:
Magne Sjaastad 2017-06-09 10:40:58 +02:00
parent 5f20ef1a0a
commit 395e232b77

View File

@ -47,7 +47,6 @@ RimWellPathFractureCollection::RimWellPathFractureCollection(void)
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------
RimWellPathFractureCollection::~RimWellPathFractureCollection() RimWellPathFractureCollection::~RimWellPathFractureCollection()
{ {
fractures.deleteAllChildObjects();
} }
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------