diff --git a/Source/TimeIntegration/ERF_slow_rhs_pre.cpp b/Source/TimeIntegration/ERF_slow_rhs_pre.cpp index e7a491c08..dd80373af 100644 --- a/Source/TimeIntegration/ERF_slow_rhs_pre.cpp +++ b/Source/TimeIntegration/ERF_slow_rhs_pre.cpp @@ -607,14 +607,6 @@ void erf_slow_rhs_pre (int level, int finest_level, //----------------------------------------- // Diffusive terms (pre-computed above) //----------------------------------------- - // Expansion - Array4 er_arr; - if (expr) { - er_arr = expr->array(mfi); - } else { - er_arr = Array4{}; - } - // No terrain diffusion Array4 tau11,tau22,tau33; Array4 tau12,tau13,tau23;