From: Wolfgang Bangerth Date: Fri, 16 Oct 2009 00:21:45 +0000 (+0000) Subject: Remove unused variable. X-Git-Tag: v8.0.0~6887 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1b03d5fc7e980b2b26bb9e5d0c7d2217bd8567c;p=dealii.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);