diff options
Diffstat (limited to 'cpu/static_inst.hh')
-rw-r--r-- | cpu/static_inst.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpu/static_inst.hh b/cpu/static_inst.hh index 1ff14df08..5106dcf06 100644 --- a/cpu/static_inst.hh +++ b/cpu/static_inst.hh @@ -229,8 +229,6 @@ class StaticInst : public StaticInstBase /// Binary machine instruction type. typedef TheISA::MachInst MachInst; - /// Memory address type. - typedef TheISA::Addr Addr; /// Logical register index type. typedef TheISA::RegIndex RegIndex; |