Merge ktlim@zizzer:/bk/m5
[gem5.git] / arch / alpha / stacktrace.hh
index 211909060fafbeae699d20987fd9dada14b05d11..1d8d97a79bf783849ffa3fb6afb0187be24a9c3b 100644 (file)
@@ -37,8 +37,6 @@ class StackTrace;
 
 class ProcessInfo
 {
-  protected:
-    typedef TheISA::Addr Addr;
   private:
     ExecContext *xc;
 
@@ -59,7 +57,6 @@ class ProcessInfo
 class StackTrace
 {
   protected:
-    typedef TheISA::Addr Addr;
     typedef TheISA::MachInst MachInst;
   private:
     ExecContext *xc;