From: bangerth Date: Wed, 20 Jan 2010 13:01:57 +0000 (+0000) Subject: Remove unused local variable. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6277db5431631bf259a34dd8a50fa2f21a56182;p=dealii-svn.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