From fca913c6b982819b6661f2e83c9bd0d3f11b5bc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Thu, 26 Sep 2013 19:22:59 +0200 Subject: [PATCH] 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. --- opm/core/props/pvt/PvtPropertiesIncompFromDeck.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/opm/core/props/pvt/PvtPropertiesIncompFromDeck.cpp b/opm/core/props/pvt/PvtPropertiesIncompFromDeck.cpp index 9adb03a7e..a1fa2aff2 100644 --- a/opm/core/props/pvt/PvtPropertiesIncompFromDeck.cpp +++ b/opm/core/props/pvt/PvtPropertiesIncompFromDeck.cpp @@ -37,7 +37,6 @@ namespace Opm void PvtPropertiesIncompFromDeck::init(const EclipseGridParser& deck) { - typedef std::vector > > table_t; // If we need multiple regions, this class and the SinglePvt* classes must change. int region_number = 0;