diff --git a/tests/test_blackoil_amg.cpp b/tests/test_blackoil_amg.cpp index 6adb7e2cb..df38e1d27 100644 --- a/tests/test_blackoil_amg.cpp +++ b/tests/test_blackoil_amg.cpp @@ -276,8 +276,6 @@ void runBlackoilAmgLaplace() typedef int GlobalId; typedef Dune::OwnerOverlapCopyCommunication Communication; typedef Dune::OverlappingSchwarzOperator Operator; - int argc; - char** argv; #if DUNE_VERSION_NEWER(DUNE_COMMON, 2, 7) const auto& ccomm = Dune::MPIHelper::getCommunication();