From: 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51b0aea25064df49de6ef11bff55f08dadb1b1d6;p=dealii-svn.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;