From: Toby D. Young Date: Thu, 10 Apr 2014 10:19:20 +0000 (+0000) Subject: Remove a variable declaration that has been unused for a long time. X-Git-Tag: v8.2.0-rc1~617 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b7bcc5fd679f3008c2a43e9bb24ba0cb0890847;p=dealii.git Remove a variable declaration that has been unused for a long time. git-svn-id: https://svn.dealii.org/trunk@32756 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/numerics/solution_transfer.cc b/deal.II/source/numerics/solution_transfer.cc index 0f5ffc5873..f7f38b4c26 100644 --- a/deal.II/source/numerics/solution_transfer.cc +++ b/deal.II/source/numerics/solution_transfer.cc @@ -287,8 +287,6 @@ prepare_for_coarsening_and_refinement(const std::vector &all_in) std::vector > (in_size)) .swap(dof_values_on_cell); - typename VECTOR::value_type zero_val = typename VECTOR::value_type(); - Table<2,FullMatrix > interpolation_hp; std::vector > restriction_is_additive;