mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3340 Remove unused variables
This commit is contained in:
@@ -148,8 +148,10 @@ TEST(RiaProjectFileVersionTools, OrderKnownVersionStrings)
|
||||
qSort(sortedVersionList.begin(), sortedVersionList.end(), RiaProjectFileVersionTools::isCandidateVersionNewerThanOther);
|
||||
}
|
||||
|
||||
/*
|
||||
for (const auto& s : sortedVersionList)
|
||||
{
|
||||
// std::cout << s.toStdString() << "\n";
|
||||
std::cout << s.toStdString() << "\n";
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user