Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
loganharbour committed Feb 28, 2024
1 parent 5c8c3cf commit 88b82e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions framework/src/materials/MaterialPropertyStorage.C
Original file line number Diff line number Diff line change
Expand Up @@ -673,8 +673,6 @@ dataLoad(std::istream & stream, MaterialPropertyStorage & storage, void * contex
std::distance(storage._stateful_prop_id_to_prop_id.begin(), find_prop_id);
to_stateful_ids[from_stateful_id] = to_stateful_id;

to_record.restored = true;

const auto material_ptr = std::get_if<const MaterialBase *>(&to_record.declarer);
mooseAssert(material_ptr && *material_ptr, "Should have a declarer");
storage._restored_materials.insert(*material_ptr);
Expand Down

0 comments on commit 88b82e6

Please sign in to comment.