Skip to content

Commit

Permalink
Sonar issues
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Jan 27, 2025
1 parent 9bb64d0 commit 651cea3
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ class TimeSeriesValuesLoad
};

public:
~TimeSeriesValuesLoad()
{
}

void initializeFromStudy(Data::Study& study)
{
pNbYearsParallel = study.maxNbYearsInParallel;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ class MiscGenMinusRowPSP
};

public:
~MiscGenMinusRowPSP()
{
}

void initializeFromStudy(Data::Study& study)
{
pNbYearsParallel = study.maxNbYearsInParallel;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@ class PSP: public Variable::IVariable<PSP<NextT>, NextT, VCardPSP>
};

public:
~PSP()
{
}

void initializeFromStudy(Data::Study& study)
{
pNbYearsParallel = study.maxNbYearsInParallel;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ class TimeSeriesValuesSolar
};

public:
~TimeSeriesValuesSolar()
{
}

void initializeFromStudy(Data::Study& study)
{
pNbYearsParallel = study.maxNbYearsInParallel;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,6 @@ class SpatialAggregate
};

public:
SpatialAggregate()
{
}

~SpatialAggregate()
{
}

void initializeFromStudy(Data::Study& study)
{
typedef
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@ class TimeSeriesValuesWind
};

public:
~TimeSeriesValuesWind()
{
}

void initializeFromStudy(Data::Study& study)
{
pNbYearsParallel = study.maxNbYearsInParallel;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ class IntermediateValues final
const Type& operator[](const uint index) const;
//@}

public:
//! Range
Antares::Data::StudyRangeLimits* pRange;
//! Calendar, from the study, but dedicated to the output (with leap year)
Expand Down

0 comments on commit 651cea3

Please sign in to comment.