From 1c508a206f9e91aad52ef6b009940f622884f58a Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 15 Oct 2018 20:45:45 -0700 Subject: arch: Get rid of the unused type AnyReg. This type is defined for all the ISAs but isn't used by anything. Change-Id: I659a0c5abc7883d82fedd1cac2cd103612d315c8 Reviewed-on: https://gem5-review.googlesource.com/c/13539 Reviewed-by: Andreas Sandberg Maintainer: Andreas Sandberg --- src/arch/sparc/registers.hh | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/arch/sparc') diff --git a/src/arch/sparc/registers.hh b/src/arch/sparc/registers.hh index 596fdf4d0..a7f4d2a15 100644 --- a/src/arch/sparc/registers.hh +++ b/src/arch/sparc/registers.hh @@ -62,13 +62,6 @@ using VecRegContainer = VecReg::Container; // This has to be one to prevent warnings that are treated as errors constexpr unsigned NumVecRegs = 1; -typedef union -{ - IntReg intReg; - FloatReg fpreg; - MiscReg ctrlreg; -} AnyReg; - // semantically meaningful register indices const int ZeroReg = 0; // architecturally meaningful // the rest of these depend on the ABI -- cgit v1.2.3