From: bangerth Date: Fri, 16 Oct 2009 00:21:45 +0000 (+0000) Subject: Remove unused variable. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06d19a70b969e86afdb1333fd284266c91efd76f;p=dealii-svn.git Remove unused variable. git-svn-id: https://svn.dealii.org/trunk@19908 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/fe_values_view_21.cc b/tests/deal.II/fe_values_view_21.cc index 738e483241..b7c4712034 100644 --- a/tests/deal.II/fe_values_view_21.cc +++ b/tests/deal.II/fe_values_view_21.cc @@ -165,7 +165,6 @@ void MixedElastoPlasticity::assemble_system() const unsigned int dofs_per_cell = fe.dofs_per_cell; deallog << "dofs_per_cell: " << fe.dofs_per_cell << std::endl; - const unsigned int n_q_points = quadrature_formula.size(); FullMatrix local_matrix(dofs_per_cell, dofs_per_cell); Vector local_rhs(dofs_per_cell);