From: bangerth Date: Wed, 11 Sep 2013 11:13:17 +0000 (+0000) Subject: Remove unused variable. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c34300e19fe3660893a0c0ab7d10dbd910fe2af;p=dealii-svn.git Remove unused variable. git-svn-id: https://svn.dealii.org/trunk@30673 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/numerics/vector_tools.templates.h b/deal.II/include/deal.II/numerics/vector_tools.templates.h index 0fb214d5ff..92670d6ac5 100644 --- a/deal.II/include/deal.II/numerics/vector_tools.templates.h +++ b/deal.II/include/deal.II/numerics/vector_tools.templates.h @@ -5126,7 +5126,6 @@ namespace VectorTools double exponent = exponent_1; const unsigned int n_components = dof.get_fe().n_components(); - const bool fe_is_system = (n_components != 1); if (weight!=0) {