From: kayser-herold Date: Fri, 28 Jul 2006 20:22:59 +0000 (+0000) Subject: Remove now unused variable X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8df895fd7f1d5bee400856899c7985e87972aafd;p=dealii-svn.git Remove now unused variable git-svn-id: https://svn.dealii.org/trunk@13478 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/hp_dof_handler.cc b/deal.II/deal.II/source/dofs/hp_dof_handler.cc index 61c71f5b92..525d4ed5f4 100644 --- a/deal.II/deal.II/source/dofs/hp_dof_handler.cc +++ b/deal.II/deal.II/source/dofs/hp_dof_handler.cc @@ -2450,8 +2450,6 @@ namespace hp compute_line_dof_identities (constrained_indices); compute_quad_dof_identities (constrained_indices); - const unsigned int used_dofs_before = used_dofs; - // loop over all dofs and assign // new numbers to those which are // not constrained