From a9194d64c2ee169af83f5447a4289a40b7b5fe9d Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 8 Apr 2009 12:40:11 +0000 Subject: [PATCH] Remove unused variable. git-svn-id: https://svn.dealii.org/trunk@18567 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/compressed_sparsity_pattern.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deal.II/lac/source/compressed_sparsity_pattern.cc b/deal.II/lac/source/compressed_sparsity_pattern.cc index 48249c7050..aa7b07e10f 100644 --- a/deal.II/lac/source/compressed_sparsity_pattern.cc +++ b/deal.II/lac/source/compressed_sparsity_pattern.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2008 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -211,7 +211,6 @@ CompressedSparsityPattern::Line::add_entries (ForwardIterator begin, return; const unsigned int n_cols = static_cast(n_elements); - const unsigned int stop_size = entries.size() + n_cols; if (indices_are_sorted == true) { -- 2.39.5