mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
d7dc0abc13
commit
fca913c6b9
@ -37,7 +37,6 @@ namespace Opm
|
|||||||
|
|
||||||
void PvtPropertiesIncompFromDeck::init(const EclipseGridParser& deck)
|
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.
|
// If we need multiple regions, this class and the SinglePvt* classes must change.
|
||||||
int region_number = 0;
|
int region_number = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user