]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove unused variable.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 8 Apr 2009 12:40:11 +0000 (12:40 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 8 Apr 2009 12:40:11 +0000 (12:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@18567 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/compressed_sparsity_pattern.cc

index 48249c705053ce6c9086e5b384995ff337713091..aa7b07e10fdf852f154c13b40b23a28a0e189035 100644 (file)
@@ -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<unsigned int>(n_elements);
-  const unsigned int stop_size = entries.size() + n_cols;
 
   if (indices_are_sorted == true)
     {

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.