From 3bff9268b1042bebc78c9aadfebcdd217674d1c8 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Mon, 14 Jan 2013 08:19:13 +0000 Subject: [PATCH] Remove unused variables. git-svn-id: https://svn.dealii.org/trunk@28042 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/numerics/matrix_tools.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/deal.II/source/numerics/matrix_tools.cc b/deal.II/source/numerics/matrix_tools.cc index 4e75af17c9..6365549484 100644 --- a/deal.II/source/numerics/matrix_tools.cc +++ b/deal.II/source/numerics/matrix_tools.cc @@ -1981,9 +1981,6 @@ namespace MatrixTools std::map::const_iterator dof = boundary_values.begin(), endd = boundary_values.end(); - const SparsityPattern &sparsity = matrix.get_sparsity_pattern(); - const std::size_t *sparsity_rowstart = sparsity.get_rowstart_indices(); - const unsigned int *sparsity_colnums = sparsity.get_column_numbers(); for (; dof != endd; ++dof) { Assert (dof->first < n_dofs, ExcInternalError()); @@ -2283,8 +2280,6 @@ namespace MatrixTools // the transpose one const SparsityPattern &this_sparsity = sparsity_pattern.block (block_row, block_index.first); - const SparsityPattern &transpose_sparsity - = sparsity_pattern.block (block_index.first, block_row); SparseMatrix &this_matrix = matrix.block(block_row, block_index.first); -- 2.39.5