From: bangerth Date: Sun, 9 Sep 2007 00:33:37 +0000 (+0000) Subject: Remove a comment that describes a problem that is only marginally important. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=521943d682593105a08fa6549ac8844d828d64af;p=dealii-svn.git Remove a comment that describes a problem that is only marginally important. git-svn-id: https://svn.dealii.org/trunk@15173 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/grid/grid_reordering.cc b/deal.II/deal.II/source/grid/grid_reordering.cc index 0b70d37c85..c2477412dc 100644 --- a/deal.II/deal.II/source/grid/grid_reordering.cc +++ b/deal.II/deal.II/source/grid/grid_reordering.cc @@ -108,12 +108,6 @@ namespace internal // for each of them, check // whether they are already // in the set - // - // unroll the loop by hand to - // avoid a nasty compiler error - // in gcc2.95 that generated - // duplicate assembler labels - // otherwise if ((edges.find (reverse_edges[0]) != edges.end()) || (edges.find (reverse_edges[1]) != edges.end()) || (edges.find (reverse_edges[2]) != edges.end()) ||