From: Wolfgang Bangerth Date: Mon, 2 May 2005 22:19:21 +0000 (+0000) Subject: Remove an unused variable. X-Git-Tag: v8.0.0~13956 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbd5cfafce30e754da84dc36b74865431261d6e9;p=dealii.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