#4348 System , cppcheck : Remove unused variables

This commit is contained in:
Magne Sjaastad
2019-04-20 15:11:21 +02:00
parent ca72e6ab89
commit 8cefcbb562
10 changed files with 0 additions and 13 deletions

View File

@@ -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, "");