diff options
Diffstat (limited to 'src/arch/alpha')
-rw-r--r-- | src/arch/alpha/types.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/alpha/types.hh b/src/arch/alpha/types.hh index aaa0f0b2a..7acd0448a 100644 --- a/src/arch/alpha/types.hh +++ b/src/arch/alpha/types.hh @@ -42,8 +42,6 @@ typedef uint64_t ExtMachInst; typedef GenericISA::SimplePCState<MachInst> PCState; -typedef uint64_t LargestRead; - enum annotes { ANNOTE_NONE = 0, |