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/alpha/registers.hh | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/arch/alpha/registers.hh') diff --git a/src/arch/alpha/registers.hh b/src/arch/alpha/registers.hh index 151ea7d7c..53ade4719 100644 --- a/src/arch/alpha/registers.hh +++ b/src/arch/alpha/registers.hh @@ -66,13 +66,6 @@ using VecRegContainer = VecReg::Container; // This has to be one to prevent warnings that are treated as errors constexpr unsigned NumVecRegs = 1; -union AnyReg -{ - IntReg intreg; - FloatReg fpreg; - MiscReg ctrlreg; -}; - enum MiscRegIndex { MISCREG_FPCR = NumInternalProcRegs, -- cgit v1.2.3