From: Wolfgang Bangerth Date: Mon, 8 Aug 2005 23:32:00 +0000 (+0000) Subject: Remove unused variable. X-Git-Tag: v8.0.0~13330 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eee1390a3279a3c6f87d975fad8b531bce555cbb;p=dealii.git Remove unused variable. git-svn-id: https://svn.dealii.org/trunk@11248 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_tools.cc b/deal.II/deal.II/source/fe/fe_tools.cc index e6285240b3..2bdaed93f4 100644 --- a/deal.II/deal.II/source/fe/fe_tools.cc +++ b/deal.II/deal.II/source/fe/fe_tools.cc @@ -788,8 +788,6 @@ FETools::compute_projection_matrices(const FiniteElement& fe, typename Triangulation::cell_iterator coarse_cell = tr.begin(0); - typename Triangulation::cell_iterator fine_cell; - // Compute the coarse level mass // matrix coarse.reinit(coarse_cell);