Remove unused variable.
This commit is contained in:
parent
2683d2f331
commit
bebde670d6
@ -395,7 +395,6 @@ void EclipseGridParser::readImpl(istream& is)
|
|||||||
// Set it to START date, or default if no START.
|
// Set it to START date, or default if no START.
|
||||||
// This will only ever happen in the first epoch,
|
// This will only ever happen in the first epoch,
|
||||||
// upon first encountering a timestepping keyword.
|
// upon first encountering a timestepping keyword.
|
||||||
SpecialMap::const_iterator it = sm.find("START");
|
|
||||||
if (hasField("START")) {
|
if (hasField("START")) {
|
||||||
start_date_ = getSTART().date;
|
start_date_ = getSTART().date;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user