diff --git a/src/cpu/thread_context.hh b/src/cpu/thread_context.hh index c4fbaf405f..8cc7cec46c 100644 --- a/src/cpu/thread_context.hh +++ b/src/cpu/thread_context.hh @@ -58,7 +58,6 @@ // DTB pointers. namespace TheISA { - class ISA; class Decoder; } class BaseCPU; @@ -88,7 +87,6 @@ class System; class ThreadContext : public PCEventScope { protected: - typedef TheISA::MachInst MachInst; using VecRegContainer = TheISA::VecRegContainer; using VecElem = TheISA::VecElem; using VecPredRegContainer = TheISA::VecPredRegContainer;