From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzMYR-0003gy-Bi for qemu-devel@nongnu.org; Fri, 12 Dec 2014 04:30:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzMYL-0005Xb-DW for qemu-devel@nongnu.org; Fri, 12 Dec 2014 04:30:31 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:26982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzMYL-0005XQ-7h for qemu-devel@nongnu.org; Fri, 12 Dec 2014 04:30:25 -0500 From: Leon Alrae Date: Fri, 12 Dec 2014 09:30:01 +0000 Message-ID: <1418376603-18360-3-git-send-email-leon.alrae@imgtec.com> In-Reply-To: <1418376603-18360-1-git-send-email-leon.alrae@imgtec.com> References: <1418376603-18360-1-git-send-email-leon.alrae@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH 2/4] disas/mips: remove unused mips_msa_control_names_numeric[32] List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aurelien@aurel32.net Signed-off-by: Leon Alrae --- disas/mips.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/disas/mips.c b/disas/mips.c index 2614c52..b94d5d9 100644 --- a/disas/mips.c +++ b/disas/mips.c @@ -3801,13 +3801,6 @@ static const char * const mips_hwr_names_mips3264r2[32] = "$24", "$25", "$26", "$27", "$28", "$29", "$30", "$31" }; -static const char * const mips_msa_control_names_numeric[32] = { - "$0", "$1", "$2", "$3", "$4", "$5", "$6", "$7", - "$8", "$9", "$10", "$11", "$12", "$13", "$14", "$15", - "$16", "$17", "$18", "$19", "$20", "$21", "$22", "$23", - "$24", "$25", "$26", "$27", "$28", "$29", "$30", "$31" -}; - static const char * const mips_msa_control_names_mips3264r2[32] = { "MSAIR", "MSACSR", "$2", "$3", "$4", "$5", "$6", "$7", "$8", "$9", "$10", "$11", "$12", "$13", "$14", "$15", -- 2.1.0