diff options
Diffstat (limited to 'cpu/base.hh')
-rw-r--r-- | cpu/base.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/base.hh b/cpu/base.hh index 311b50f7f..d5764d495 100644 --- a/cpu/base.hh +++ b/cpu/base.hh @@ -48,7 +48,6 @@ class ExecContext; class BaseCPU : public SimObject { protected: - typedef TheISA::Addr Addr; // CPU's clock period in terms of the number of ticks of curTime. Tick clock; |