From 20829bc98f5e3f52961ea6030b1a90f13ccf2044 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 9 Sep 2007 00:33:37 +0000 Subject: [PATCH] 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 --- deal.II/deal.II/source/grid/grid_reordering.cc | 6 ------ 1 file changed, 6 deletions(-) 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()) || -- 2.39.5