diff --git a/opm/autodiff/BlackoilModelEbos.hpp b/opm/autodiff/BlackoilModelEbos.hpp index a30770def..ac8d94630 100644 --- a/opm/autodiff/BlackoilModelEbos.hpp +++ b/opm/autodiff/BlackoilModelEbos.hpp @@ -91,10 +91,6 @@ SET_BOOL_PROP(EclFlowProblem, UseVolumetricResidual, false); // SWATINIT is done by the flow part of flow_ebos. this can be removed once the legacy // code for fluid and satfunc handling gets fully retired. SET_BOOL_PROP(EclFlowProblem, EnableSwatinit, false); - -// Silence the deprecation warnings about the SimulatorParameter mechanism. This needs to -// be removed once the SimulatorParameter mechanism bites the dust! -SET_TYPE_PROP(EclFlowProblem, SimulatorParameter, Ewoms::EmptySimulationParameters); }} namespace Opm {