aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Carpet/CarpetLib/src/dh.hh3
-rw-r--r--Carpet/CarpetLib/src/ggf.hh3
2 files changed, 0 insertions, 6 deletions
diff --git a/Carpet/CarpetLib/src/dh.hh b/Carpet/CarpetLib/src/dh.hh
index 46d927ace..2ec339541 100644
--- a/Carpet/CarpetLib/src/dh.hh
+++ b/Carpet/CarpetLib/src/dh.hh
@@ -34,9 +34,6 @@ class dh {
// Types
public:
- typedef list<ibbox> iblist;
- typedef vector<iblist> iblistvect; // vector of lists
-
typedef vector <pseudoregion_t> pvect;
typedef vector <sendrecv_pseudoregion_t> srpvect;
diff --git a/Carpet/CarpetLib/src/ggf.hh b/Carpet/CarpetLib/src/ggf.hh
index e6b32713f..93a5a78bd 100644
--- a/Carpet/CarpetLib/src/ggf.hh
+++ b/Carpet/CarpetLib/src/ggf.hh
@@ -33,9 +33,6 @@ class ggf {
list<ggf*>::iterator allggfi;
// Types
- typedef list<ibbox> iblist;
- typedef vector<iblist> iblistvect;
-
typedef vector <pseudoregion_t> pvect;
typedef vector <sendrecv_pseudoregion_t> srpvect;