CppCheck : Remove unused variables

This commit is contained in:
Magne Sjaastad
2017-09-07 21:30:33 +02:00
parent ad64340b75
commit b82cf1377d
4 changed files with 1 additions and 7 deletions

View File

@@ -92,7 +92,6 @@ RigNumberOfFloodedPoreVolumesCalculator::RigNumberOfFloodedPoreVolumesCalculator
// SWCR if defined
const std::vector<double>* swcrResults = nullptr;
std::vector<double> swcrActiveCellsResultStorage;
swcrResults = getResultIndexableStaticResult(actCellInfo, gridCellResults, "SWCR", porvActiveCellsResultStorage);
std::vector<size_t> scalarResultIndexTracers;