From 5f6b4f4183d23d8dfdd52c6c0d5b336c2a762b1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20M=C3=BCthing?= <muething@dune-project.org> Date: Wed, 18 Dec 2013 11:58:38 +0100 Subject: [PATCH] [Release][Cleanup] Silence another unused typedef warning from GCC 4.8 --- dune/istl/repartition.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/dune/istl/repartition.hh b/dune/istl/repartition.hh index 4e273599c..fc603d760 100644 --- a/dune/istl/repartition.hh +++ b/dune/istl/repartition.hh @@ -904,7 +904,6 @@ namespace Dune // setup edge and weight pattern typedef typename RemoteIndices::const_iterator NeighbourIterator; - typedef typename Dune::OwnerOverlapCopyCommunication<T1,T2>::ParallelIndexSet IndexSet; idxtype* adjp=adjncy; -- GitLab