From: Wolfgang Bangerth Date: Thu, 8 Oct 2009 20:12:06 +0000 (+0000) Subject: Remove apparently unneeded variables. X-Git-Tag: v8.0.0~6942 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edb50730801da3e9a989b138c21d625dd16bdf85;p=dealii.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