diff options
Diffstat (limited to 'src/arch/null')
-rw-r--r-- | src/arch/null/registers.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/null/registers.hh b/src/arch/null/registers.hh index 527193cc4..fb815af4a 100644 --- a/src/arch/null/registers.hh +++ b/src/arch/null/registers.hh @@ -48,7 +48,6 @@ namespace NullISA { typedef RegVal IntReg; typedef RegVal FloatRegBits; -typedef FloatRegVal FloatReg; typedef uint8_t CCReg; typedef RegVal MiscReg; const RegIndex ZeroReg = 0; |