remove unused variable

quells warning
This commit is contained in:
Arne Morten Kvarving
2019-06-18 08:53:02 +02:00
parent 042cb00403
commit 0c4e9b7279

View File

@@ -406,7 +406,7 @@ PORO
int m_argc = boost::unit_test::framework::master_test_suite().argc;
char** m_argv = boost::unit_test::framework::master_test_suite().argv;
Dune::MPIHelper& mhelper = Dune::MPIHelper::instance(m_argc, m_argv);
Dune::MPIHelper::instance(m_argc, m_argv);
Opm::RelPermUpscaleHelper helper{mpi_rank, options};
{