From 11f7344cdc215e6950e54f53956e4298ed1fee2b Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Thu, 9 Jan 2020 02:46:30 -0800 Subject: arch: Get rid of the unused (and mostly undefined) zeroRegisters. Change-Id: Iadf56e4e742506af7ae4b617d2dc5a56439aa407 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/24188 Reviewed-by: Giacomo Travaglini Reviewed-by: Jason Lowe-Power Maintainer: Giacomo Travaglini Tested-by: kokoro --- src/arch/mips/utility.hh | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/arch/mips/utility.hh') diff --git a/src/arch/mips/utility.hh b/src/arch/mips/utility.hh index dde386cbc..0cd066f3e 100644 --- a/src/arch/mips/utility.hh +++ b/src/arch/mips/utility.hh @@ -87,9 +87,6 @@ inUserMode(ThreadContext *tc) } } -template -void zeroRegisters(CPU *cpu); - //////////////////////////////////////////////////////////////////////// // // Translation stuff -- cgit v1.2.3