mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor : RimProject : Skip obsolete delete in desctructor
This commit is contained in:
parent
4225e67834
commit
0bf782147a
@ -203,13 +203,7 @@ RimProject::RimProject( void )
|
|||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
///
|
///
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
RimProject::~RimProject( void )
|
RimProject::~RimProject( void ) {}
|
||||||
{
|
|
||||||
close();
|
|
||||||
|
|
||||||
oilFields.deleteAllChildObjects();
|
|
||||||
if ( scriptCollection() ) delete scriptCollection();
|
|
||||||
}
|
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user