Remove unused "typedef"s

CLang and recent versions of GCC warn about unused "typedef"s.  This
change-set removes currently known instances in opm-core.
This commit is contained in:
Bård Skaflestad 2013-09-26 19:22:59 +02:00
parent d7dc0abc13
commit fca913c6b9

View File

@ -37,7 +37,6 @@ namespace Opm
void PvtPropertiesIncompFromDeck::init(const EclipseGridParser& deck)
{
typedef std::vector<std::vector<std::vector<double> > > table_t;
// If we need multiple regions, this class and the SinglePvt* classes must change.
int region_number = 0;