Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCornejo committed Aug 3, 2023
1 parent b605df5 commit 7ff7d84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kratos/tests/cpp_tests/includes/test_property_accessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ KRATOS_TEST_CASE_IN_SUITE(TableTableAccessorSerialization, KratosCoreFastSuite)
// Variable<double> *p_var_loaded;
serializer.load("table_accessor_info", table_accessor_loaded);

auto& d = table_accessor_loaded.GetInputVariable();

KRATOS_CHECK_EQUAL(TEMPERATURE.Key(), table_accessor_loaded.GetInputVariable().Key());
}

Expand Down

0 comments on commit 7ff7d84

Please sign in to comment.