diff options
author | Steve Reinhardt <steve.reinhardt@amd.com> | 2016-01-17 18:27:46 -0800 |
---|---|---|
committer | Steve Reinhardt <steve.reinhardt@amd.com> | 2016-01-17 18:27:46 -0800 |
commit | fb0383bc72ba3621a69f5f4d0cebb65907f39cc0 (patch) | |
tree | 1e23d2779570f28a7a337290c6bfbb76489bcb81 /src/arch/alpha | |
parent | 28a0e5a165842bb3e5bed144cc5b64437810e4fb (diff) | |
download | gem5-fb0383bc72ba3621a69f5f4d0cebb65907f39cc0.tar.xz |
arch: get rid of unused LargestRead typedef
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, |