From: Wolfgang Bangerth Date: Wed, 20 Jan 2010 13:01:57 +0000 (+0000) Subject: Remove unused local variable. X-Git-Tag: v8.0.0~6610 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26dc1a60c6c8e9aae1500cca478ce86ed85f89df;p=dealii.git Remove unused local variable. git-svn-id: https://svn.dealii.org/trunk@20396 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-38/step-38.cc b/deal.II/examples/step-38/step-38.cc index 0478ddab9b..6775d15115 100644 --- a/deal.II/examples/step-38/step-38.cc +++ b/deal.II/examples/step-38/step-38.cc @@ -158,7 +158,6 @@ void DGIntegrator::cell(CellInfo& info) // might seem necessary. const FEValuesBase& fe_v = info.fe(); FullMatrix& local_matrix = info.M1[0].matrix; - Vector& local_vector = info.R[0].block(0); const std::vector &JxW = fe_v.get_JxW_values (); // With these objects, we continue