summaryrefslogtreecommitdiff
path: root/src/arch/mips/types.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/mips/types.hh')
-rw-r--r--src/arch/mips/types.hh2
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,