From: bangerth Date: Thu, 8 Oct 2009 20:12:06 +0000 (+0000) Subject: Remove apparently unneeded variables. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16416b16485a555fe40fccafc66eaaa18641861a;p=dealii-svn.git Remove apparently unneeded variables. git-svn-id: https://svn.dealii.org/trunk@19779 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/petsc_parallel_sparse_matrix.cc b/deal.II/lac/source/petsc_parallel_sparse_matrix.cc index 66e0482995..02e166b1e4 100644 --- a/deal.II/lac/source/petsc_parallel_sparse_matrix.cc +++ b/deal.II/lac/source/petsc_parallel_sparse_matrix.cc @@ -240,13 +240,10 @@ namespace PETScWrappers #ifdef PETSC_USE_64BIT_INDICES const std::vector int_row_lengths (row_lengths.begin(), row_lengths.end()); - PetscInt #else const std::vector int_row_lengths (row_lengths.begin(), row_lengths.end()); - int #endif - petsc_m = m, petsc_n = n; //TODO: There must be a significantly better way to provide information about the off-diagonal blocks of the matrix. this way, petsc keeps allocating tiny chunks of memory, and gets completely hung up over this