CppCheck : Remove unused variables

This commit is contained in:
Magne Sjaastad
2018-10-12 16:33:10 +02:00
parent 39088fa9ba
commit 81a48386a4
3 changed files with 0 additions and 3 deletions

View File

@@ -341,7 +341,6 @@ void RicExportLgrFeature::onActionTriggered(bool isChecked)
std::vector<RimWellPath*> wellPaths = selectedWellPaths();
CVF_ASSERT(wellPaths.size() > 0);
std::vector<RimSimWellInView*> simWells;
QString dialogTitle = "LGR Export";
int defaultTimeStep = 0;