From bebde670d693053af8156869a43c050028b648d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Fri, 8 Jun 2012 23:01:22 +0200 Subject: [PATCH] Remove unused variable. --- opm/core/eclipse/EclipseGridParser.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/opm/core/eclipse/EclipseGridParser.cpp b/opm/core/eclipse/EclipseGridParser.cpp index de688af1..5873e021 100644 --- a/opm/core/eclipse/EclipseGridParser.cpp +++ b/opm/core/eclipse/EclipseGridParser.cpp @@ -395,7 +395,6 @@ void EclipseGridParser::readImpl(istream& is) // Set it to START date, or default if no START. // This will only ever happen in the first epoch, // upon first encountering a timestepping keyword. - SpecialMap::const_iterator it = sm.find("START"); if (hasField("START")) { start_date_ = getSTART().date; } else {