diff --git a/src/coreComponents/constitutive/solid/ElasticIsotropicPressureDependent.hpp b/src/coreComponents/constitutive/solid/ElasticIsotropicPressureDependent.hpp index 5351f4b2a7e..74e4ddc92d8 100644 --- a/src/coreComponents/constitutive/solid/ElasticIsotropicPressureDependent.hpp +++ b/src/coreComponents/constitutive/solid/ElasticIsotropicPressureDependent.hpp @@ -242,8 +242,6 @@ void ElasticIsotropicPressureDependentUpdates::getElasticStrainInc( localIndex c real64 stress[6]{}; real64 P; real64 Q; - real64 elasticStrainVol; - real64 elasticStrainDev; for( localIndex i=0; i<6; ++i ) {