mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor: Remove obsolete deleteChildren
Remove obsolete deleteChildren() in destructors. deleteChildren() is called in the destructor of PdmChildArrayField
This commit is contained in:
@@ -58,14 +58,6 @@ RimReservoirCellResultsStorage::RimReservoirCellResultsStorage()
|
||||
CAF_PDM_InitFieldNoDefault( &m_resultCacheMetaData, "ResultCacheEntries", "UiDummyname" );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimReservoirCellResultsStorage::~RimReservoirCellResultsStorage()
|
||||
{
|
||||
m_resultCacheMetaData.deleteChildren();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
/// This override populates the metainfo regarding the cell results data in the RigCaseCellResultsData
|
||||
/// object. This metainfo will then be written to the project file when saving, and thus read on project file open.
|
||||
|
||||
Reference in New Issue
Block a user