Remove unused variables and functions

This commit is contained in:
Magne Sjaastad
2018-04-19 07:04:46 +02:00
parent 53a6e0e502
commit 305fdfcfc8
6 changed files with 0 additions and 67 deletions

View File

@@ -53,7 +53,6 @@ void RigEclipseWellLogExtractor::calculateIntersection()
{
std::map<RigMDCellIdxEnterLeaveKey, HexIntersectionInfo > uniqueIntersections;
const std::vector<cvf::Vec3d>& nodeCoords = m_caseData->mainGrid()->nodes();
bool isCellFaceNormalsOut = m_caseData->mainGrid()->isFaceNormalsOutwards();
if (m_wellPath->m_wellPathPoints.empty()) return;