From ff2a805f2827a5eee57c35548f5875e26b558504 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 22 Jul 2013 18:11:42 +0000 Subject: [PATCH] Remove unused variable. git-svn-id: https://svn.dealii.org/trunk@30098 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/matrix_free/matrix_free.templates.h | 1 - 1 file changed, 1 deletion(-) diff --git a/deal.II/include/deal.II/matrix_free/matrix_free.templates.h b/deal.II/include/deal.II/matrix_free/matrix_free.templates.h index d2477b4298..4e3d3c463a 100644 --- a/deal.II/include/deal.II/matrix_free/matrix_free.templates.h +++ b/deal.II/include/deal.II/matrix_free/matrix_free.templates.h @@ -463,7 +463,6 @@ void MatrixFree::initialize_indices { const unsigned int n_fe = dof_handlers.n_dof_handlers; const unsigned int n_active_cells = cell_level_index.size(); - const unsigned int n_mpi_procs = size_info.n_procs; AssertDimension (n_active_cells, cell_level_index.size()); AssertDimension (n_fe, locally_owned_set.size()); -- 2.39.5