From: Wolfgang Bangerth Date: Mon, 15 Aug 2011 13:01:27 +0000 (+0000) Subject: Remove unused variable name. X-Git-Tag: v8.0.0~3694 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d6294d9c7ddfcdcbb5f78ab5ccb936825109d91;p=dealii.git Remove unused variable name. git-svn-id: https://svn.dealii.org/trunk@24074 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/dofs/number_cache.h b/deal.II/include/deal.II/dofs/number_cache.h index dc853a8285..5acd893738 100644 --- a/deal.II/include/deal.II/dofs/number_cache.h +++ b/deal.II/include/deal.II/dofs/number_cache.h @@ -1,7 +1,7 @@ //---------------------------------------------------------------------- // $Id$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2006, 2007, 2008, 2010 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2006, 2007, 2008, 2010, 2011 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -107,7 +107,7 @@ namespace internal template void NumberCache::serialize (Archive & ar, - const unsigned int version) + const unsigned int /*version*/) { ar & n_global_dofs & n_locally_owned_dofs; ar & locally_owned_dofs;