summaryrefslogtreecommitdiff
path: root/src/arch/arm
diff options
context:
space:
mode:
authorSteve Reinhardt <steve.reinhardt@amd.com>2016-01-17 18:27:46 -0800
committerSteve Reinhardt <steve.reinhardt@amd.com>2016-01-17 18:27:46 -0800
commitfb0383bc72ba3621a69f5f4d0cebb65907f39cc0 (patch)
tree1e23d2779570f28a7a337290c6bfbb76489bcb81 /src/arch/arm
parent28a0e5a165842bb3e5bed144cc5b64437810e4fb (diff)
downloadgem5-fb0383bc72ba3621a69f5f4d0cebb65907f39cc0.tar.xz
arch: get rid of unused LargestRead typedef
Diffstat (limited to 'src/arch/arm')
-rw-r--r--src/arch/arm/types.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/arm/types.hh b/src/arch/arm/types.hh
index 29828be75..9fd945abe 100644
--- a/src/arch/arm/types.hh
+++ b/src/arch/arm/types.hh
@@ -524,9 +524,6 @@ namespace ArmISA
SXTX = 7
};
- typedef uint64_t LargestRead;
- // Need to use 64 bits to make sure that read requests get handled properly
-
typedef int RegContextParam;
typedef int RegContextVal;