From fb0383bc72ba3621a69f5f4d0cebb65907f39cc0 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Sun, 17 Jan 2016 18:27:46 -0800 Subject: arch: get rid of unused LargestRead typedef --- src/arch/alpha/types.hh | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/arch/alpha') 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 PCState; -typedef uint64_t LargestRead; - enum annotes { ANNOTE_NONE = 0, -- cgit v1.2.3