From a54ac2e3d91e53d57e37c54d87bd0f716324ab27 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 21 Jun 2005 18:51:54 +0000 Subject: [PATCH] Remove unused variable. git-svn-id: https://svn.dealii.org/trunk@10915 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/lapack_full_matrix.h | 1 - 1 file changed, 1 deletion(-) diff --git a/deal.II/lac/include/lac/lapack_full_matrix.h b/deal.II/lac/include/lac/lapack_full_matrix.h index 18e36e1afc..75c9ae064d 100644 --- a/deal.II/lac/include/lac/lapack_full_matrix.h +++ b/deal.II/lac/include/lac/lapack_full_matrix.h @@ -343,7 +343,6 @@ LAPACKFullMatrix::fill ( const unsigned int src_offset_i, const unsigned int src_offset_j) { - const unsigned int endrow = this->n_rows() - dst_offset_i; const unsigned int endcol = src_offset_j + this->n_cols(); const typename MATRIX::const_iterator -- 2.39.5