removed unused variable

This commit is contained in:
hnil 2023-03-24 13:11:18 +01:00
parent 7e63dc3096
commit 398077d772

View File

@ -2100,7 +2100,6 @@ private:
UpdateFunc func)
{
OPM_TIMEBLOCK(updateProperty);
const auto& problem = this->simulator().problem();
const auto& model = this->simulator().model();
const auto& primaryVars = model.solution(/*timeIdx*/0);
const auto& vanguard = this->simulator().vanguard();