From c1c61d52a0d7e00361fb6fa69fd7c4ea2f528de8 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Wed, 25 Feb 2009 10:21:59 -0800 Subject: SPARC: Get rid of flattenIndex in the int register file. --- src/arch/sparc/intregfile.hh | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/arch/sparc/intregfile.hh') diff --git a/src/arch/sparc/intregfile.hh b/src/arch/sparc/intregfile.hh index ce9bcadb6..9a086f08a 100644 --- a/src/arch/sparc/intregfile.hh +++ b/src/arch/sparc/intregfile.hh @@ -87,8 +87,6 @@ namespace SparcISA public: - int flattenIndex(int reg); - void clear(); IntRegFile(); -- cgit v1.2.3