From 0a07eab837ddbba3f884cc04865dfb91d047f0c2 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 15 Aug 2011 13:01:27 +0000 Subject: [PATCH] Remove unused variable name. git-svn-id: https://svn.dealii.org/trunk@24074 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/dofs/number_cache.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5