#3340 Fix some warnings

This commit is contained in:
Magne Sjaastad
2018-09-11 21:56:15 +02:00
parent 1a1fcfa6ea
commit b604d26e90
10 changed files with 5 additions and 15 deletions

View File

@@ -39,7 +39,6 @@ std::vector<WellPathCellIntersectionInfo> RigWellPathIntersectionTools::findCell
const std::vector<double>& pathMds)
{
std::vector<WellPathCellIntersectionInfo> intersectionInfos;
const RigMainGrid* grid = caseData->mainGrid();
if (pathCoords.size() < 2) return intersectionInfos;