diff options
Diffstat (limited to 'sim/process.hh')
-rw-r--r-- | sim/process.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/process.hh b/sim/process.hh index 6e91bb0ab..71b7d02b3 100644 --- a/sim/process.hh +++ b/sim/process.hh @@ -52,7 +52,6 @@ class SyscallDesc; class Process : public SimObject { protected: - typedef TheISA::Addr Addr; typedef TheISA::RegFile RegFile; typedef TheISA::MachInst MachInst; public: |