From f7785d1ca0ebd84ef9e42017cbb6a1e8dfbdbf33 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@dune-project.org> Date: Fri, 18 Jan 2013 09:33:54 +0000 Subject: [PATCH] Remove unused local typedef Patch by Andreas Lauser. Thanks! [[Imported from SVN: r7076]] --- COPYING | 2 +- dune/common/arraylist.hh | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/COPYING b/COPYING index 993433752..998ea0f0b 100644 --- a/COPYING +++ b/COPYING @@ -17,7 +17,7 @@ Copyright holders: 2009 Leonard Kern 2005--2007 Sreejith Pulloor Kuttanikkad 2003--2012 Robert Klöfkorn -2010--2012 Andreas Lauser +2010--2013 Andreas Lauser 2007--2011 Sven Marnach 2012 Tobias Malkmus 2010 Rene Milk diff --git a/dune/common/arraylist.hh b/dune/common/arraylist.hh index 58721f7df..cd52d5615 100644 --- a/dune/common/arraylist.hh +++ b/dune/common/arraylist.hh @@ -560,9 +560,6 @@ namespace Dune // Number of chunks with entries in it; size_t chunks = ((start_%chunkSize_ + size_)/chunkSize_ ); - typedef typename std::vector<shared_ptr<array<MemberType, - chunkSize_> > >::iterator iterator; - // Copy chunks to the left. std::copy(chunks_.begin()+distance, chunks_.begin()+(distance+chunks), chunks_.begin()); -- GitLab