From: Wolfgang Bangerth Date: Tue, 19 Sep 2023 22:50:03 +0000 (-0600) Subject: Remove unused variables. X-Git-Tag: relicensing~483^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16019%2Fhead;p=dealii.git Remove unused variables. --- diff --git a/tests/lac/linear_operator_12.cc b/tests/lac/linear_operator_12.cc index cb2e34c7a0..1b39b3133f 100644 --- a/tests/lac/linear_operator_12.cc +++ b/tests/lac/linear_operator_12.cc @@ -188,7 +188,6 @@ Step4::setup_system() constraints.clear(); constraints.reinit(dof_handler.locally_owned_dofs(), DoFTools::extract_locally_relevant_dofs(dof_handler)); - std::map boundary_values; VectorTools::interpolate_boundary_values(dof_handler, 0, BoundaryValues(), diff --git a/tests/lac/linear_operator_12a.cc b/tests/lac/linear_operator_12a.cc index c48a9f7587..b7415e2968 100644 --- a/tests/lac/linear_operator_12a.cc +++ b/tests/lac/linear_operator_12a.cc @@ -189,7 +189,6 @@ Step4::setup_system() constraints.clear(); constraints.reinit(dof_handler.locally_owned_dofs(), DoFTools::extract_locally_relevant_dofs(dof_handler)); - std::map boundary_values; VectorTools::interpolate_boundary_values(dof_handler, 0, BoundaryValues(),