From 49ce9856b0e4e2b45f2a5ede5659c433e41745b4 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Tue, 21 Aug 2012 14:24:00 -0400 Subject: CarpetLib: Remove unused typedefs --- Carpet/CarpetLib/src/dh.hh | 3 --- Carpet/CarpetLib/src/ggf.hh | 3 --- 2 files changed, 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 iblist; - typedef vector iblistvect; // vector of lists - typedef vector pvect; typedef vector 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::iterator allggfi; // Types - typedef list iblist; - typedef vector iblistvect; - typedef vector pvect; typedef vector srpvect; -- cgit v1.2.3