aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetLib/src')
-rw-r--r--Carpet/CarpetLib/src/fulltree.cc2
-rw-r--r--Carpet/CarpetLib/src/fulltree.hh2
2 files changed, 0 insertions, 4 deletions
diff --git a/Carpet/CarpetLib/src/fulltree.cc b/Carpet/CarpetLib/src/fulltree.cc
index b114dee19..9212a7720 100644
--- a/Carpet/CarpetLib/src/fulltree.cc
+++ b/Carpet/CarpetLib/src/fulltree.cc
@@ -9,7 +9,6 @@
-#if 0
// Create an empty tree
template <typename T, int D, typename P>
fulltree<T,D,P>::fulltree ()
@@ -17,7 +16,6 @@ fulltree<T,D,P>::fulltree ()
{
assert (invariant());
}
-#endif
diff --git a/Carpet/CarpetLib/src/fulltree.hh b/Carpet/CarpetLib/src/fulltree.hh
index 6ffca209e..e0c55fbfa 100644
--- a/Carpet/CarpetLib/src/fulltree.hh
+++ b/Carpet/CarpetLib/src/fulltree.hh
@@ -63,10 +63,8 @@ private:
public:
-#if 0
// Create an empty tree
fulltree ();
-#endif
// Create a tree branch from a list of bounds and subtrees
fulltree (int dir_, vector <T> const & bounds_,