From: bangerth Date: Fri, 6 Nov 2009 22:58:57 +0000 (+0000) Subject: Remove a variable that is now no longer necessary. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddf0e1a727b3c3b2b338bd42b1e6f47f238f3f9d;p=dealii-svn.git Remove a variable that is now no longer necessary. git-svn-id: https://svn.dealii.org/trunk@20056 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/dof_tools.cc b/deal.II/deal.II/source/dofs/dof_tools.cc index d7e53c3144..9d0ad85840 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -5348,7 +5348,6 @@ DoFTools::make_zero_boundary_constraints (const DH &dof, "element.")); const unsigned int n_components = DoFTools::n_components(dof); - const bool fe_is_system = (n_components != 1); // set the component mask to either // the original value or a vector