aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-08-21 14:24:00 -0400
committerBarry Wardell <barry.wardell@gmail.com>2012-09-11 18:23:32 +0100
commit206898017f0a40bb4b0c97697c401279e324e243 (patch)
tree4601a32a5a9fd0ae1ad83e690f929ee935265c0e
parenta94a688b94e874a54f518228d39ab25a834e71ff (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;