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:
@@ -36,11 +36,8 @@ class RimCaseCollection : public caf::PdmObject
|
||||
|
||||
public:
|
||||
RimCaseCollection();
|
||||
~RimCaseCollection() override;
|
||||
caf::PdmChildArrayField<RimEclipseCase*> reservoirs;
|
||||
|
||||
RimIdenticalGridCaseGroup* parentCaseGroup();
|
||||
RimEclipseCase* findByDescription( const QString& caseDescription ) const;
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user