diff options
Diffstat (limited to 'src/arch/alpha')
-rw-r--r-- | src/arch/alpha/registers.hh | 7 |
1 files changed, 0 insertions, 7 deletions
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, |