From: wolf Date: Mon, 2 May 2005 22:19:21 +0000 (+0000) Subject: Remove an unused variable. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b4f6741f9f5756ad92b65ecd051244561a9c0f1;p=dealii-svn.git Remove an unused variable. git-svn-id: https://svn.dealii.org/trunk@10599 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/matrices.all_dimensions.cc b/deal.II/deal.II/source/numerics/matrices.all_dimensions.cc index b960a42417..5891d805a0 100644 --- a/deal.II/deal.II/source/numerics/matrices.all_dimensions.cc +++ b/deal.II/deal.II/source/numerics/matrices.all_dimensions.cc @@ -675,8 +675,6 @@ apply_boundary_values (const std::map &boundary_values, solution.compress (); right_hand_side.compress (); - const unsigned int n_dofs = matrix.m(); - // determine the first nonzero diagonal // entry from within the part of the matrix // that we can see. if we can't find such