From a3bc33484f674f113f685f7c87f57ca8beeed0a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Robert=20Kl=C3=B6fkorn?= <robertk@dune-project.org>
Date: Mon, 3 Apr 2006 19:42:28 +0000
Subject: [PATCH] removed useless file.

[[Imported from SVN: r4450]]
---
 grid/alu3dgrid/Makefile.am      | 2 +-
 grid/alu3dgrid/indexsets.hh     | 2 --
 grid/alu3dgrid/indexsets_imp.cc | 7 -------
 3 files changed, 1 insertion(+), 10 deletions(-)
 delete mode 100644 grid/alu3dgrid/indexsets_imp.cc

diff --git a/grid/alu3dgrid/Makefile.am b/grid/alu3dgrid/Makefile.am
index 0286314ac..bb09ddc99 100644
--- a/grid/alu3dgrid/Makefile.am
+++ b/grid/alu3dgrid/Makefile.am
@@ -10,6 +10,6 @@ alu3dgrid_HEADERS = alu3dinclude.hh communications.hh \
   datahandle.hh memory.hh grid.hh grid_imp.cc \
   mappings.hh mappings_imp.cc topology.hh entity.hh entity_imp.cc \
   faceutility.hh faceutility_imp.cc geometry.hh geometry_imp.cc \
-  myautoptr.hh indexsets.hh indexsets_imp.cc iterator.hh iterator_imp.cc
+  myautoptr.hh indexsets.hh iterator.hh iterator_imp.cc
 
 include $(top_srcdir)/am/global-rules
diff --git a/grid/alu3dgrid/indexsets.hh b/grid/alu3dgrid/indexsets.hh
index 9c6c5221d..2e75007cf 100644
--- a/grid/alu3dgrid/indexsets.hh
+++ b/grid/alu3dgrid/indexsets.hh
@@ -607,6 +607,4 @@ namespace Dune {
 
 } // end namespace Dune
 
-#include "indexsets_imp.cc"
-
 #endif
diff --git a/grid/alu3dgrid/indexsets_imp.cc b/grid/alu3dgrid/indexsets_imp.cc
deleted file mode 100644
index e44f2fae7..000000000
--- a/grid/alu3dgrid/indexsets_imp.cc
+++ /dev/null
@@ -1,7 +0,0 @@
-// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
-// vi: set et ts=4 sw=2 sts=2:
-#include "grid.hh"
-
-namespace Dune {
-  // * outsourcing from indexsets.hh desireable
-} // end namespace Dune
-- 
GitLab