mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4348 System , cppcheck : Remove unused variables
This commit is contained in:
@@ -224,7 +224,6 @@ RigFemScalarResultFrames* RigFemPartResultsCollection::findOrLoadScalarResult(in
|
||||
{
|
||||
std::map<std::string, std::vector<float>> elementProperties = m_elementPropertyReader->readAllElementPropertiesInFileContainingField(resVarAddr.fieldName);
|
||||
|
||||
std::vector<RigFemScalarResultFrames*> resultsForEachComponent;
|
||||
for (std::pair< std::string, std::vector<float>> elem : elementProperties)
|
||||
{
|
||||
RigFemResultAddress addressForElement(RIG_ELEMENT, elem.first, "");
|
||||
|
||||
Reference in New Issue
Block a user