Skip to content

Commit

Permalink
IOSS: Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Jul 7, 2023
1 parent 03580f5 commit 71c41cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions packages/seacas/libraries/ioss/src/Ioss_Region.C
Original file line number Diff line number Diff line change
Expand Up @@ -2823,8 +2823,7 @@ namespace Ioss {
{
const Ioss::ElementBlockContainer &elem_blocks = get_element_blocks();

Field::RoleType role =
verify_field_exists_on_any_entity_group(field_name, *this, elem_blocks, "input");
verify_field_exists_on_any_entity_group(field_name, *this, elem_blocks, "input");
size_t field_count = get_all_block_field_data_count(field_name, elem_blocks);

field_data.resize(field_count);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,6 @@ namespace Ioex {
}

std::vector<size_t> file_conn_offset = get_all_block_file_offset_impl(block_component_count);
size_t file = Ioss::get_all_block_ioss_element_size(el_blocks);

m_decomposition.show_progress("\tex_get_partial_var (elem)");

Expand Down

0 comments on commit 71c41cb

Please sign in to comment.