Fix warnings

This commit is contained in:
Bjørn Erik Jensen
2018-09-27 10:01:45 +02:00
parent ade352a259
commit 492904d465
2 changed files with 1 additions and 3 deletions

View File

@@ -295,8 +295,6 @@ void RigWellLogExtractor::populateReturnArrays(std::map<RigMDCellIdxEnterLeaveKe
++it1; // Discard 10 and jump to 11 and hope that recovers us
continue;
}
CVF_ASSERT(false); // Should never end here
}
}
}