aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-08-21 14:24:00 -0400
committerErik Schnetter <schnetter@gmail.com>2012-08-21 14:24:00 -0400
commit49ce9856b0e4e2b45f2a5ede5659c433e41745b4 (patch)
tree9c7bcea5f1c1a56da037c0804e30ba3a9d768ee9
parent28d0fe618dcd06ec94f7863797d56b0ceb5f1c96 (diff)
CarpetLib: Remove unused typedefs
-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;