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/mips | |
parent | 28a0e5a165842bb3e5bed144cc5b64437810e4fb (diff) | |
download | gem5-fb0383bc72ba3621a69f5f4d0cebb65907f39cc0.tar.xz |
arch: get rid of unused LargestRead typedef
Diffstat (limited to 'src/arch/mips')
-rw-r--r-- | src/arch/mips/types.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/mips/types.hh b/src/arch/mips/types.hh index c549e81ca..7a8483dcc 100644 --- a/src/arch/mips/types.hh +++ b/src/arch/mips/types.hh @@ -42,8 +42,6 @@ typedef uint64_t ExtMachInst; typedef GenericISA::DelaySlotPCState<MachInst> PCState; -typedef uint64_t LargestRead; - //used in FP convert & round function enum ConvertType{ SINGLE_TO_DOUBLE, |