From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42061) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeLIV-0000is-B8 for qemu-devel@nongnu.org; Wed, 15 Oct 2014 05:55:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XeLIR-0000lH-2U for qemu-devel@nongnu.org; Wed, 15 Oct 2014 05:55:11 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:3441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeLIQ-0000jz-Th for qemu-devel@nongnu.org; Wed, 15 Oct 2014 05:55:07 -0400 From: Leon Alrae Date: Wed, 15 Oct 2014 10:54:17 +0100 Message-ID: <1413366860-7833-26-git-send-email-leon.alrae@imgtec.com> In-Reply-To: <1413366860-7833-1-git-send-email-leon.alrae@imgtec.com> References: <1413366860-7833-1-git-send-email-leon.alrae@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PULL 25/28] target-mips/op_helper.c: Remove unused do_lbu() function List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell From: Peter Maydell The do_lbu() function defined by the expansion of HELPER_LD() is never used, so don't define it. Signed-off-by: Peter Maydell Reviewed-by: Richard Henderson Signed-off-by: Leon Alrae --- target-mips/op_helper.c | 1 - 1 file changed, 1 deletion(-) diff --git a/target-mips/op_helper.c b/target-mips/op_helper.c index c48ee7f..5204ed8 100644 --- a/target-mips/op_helper.c +++ b/target-mips/op_helper.c @@ -90,7 +90,6 @@ static inline type do_##name(CPUMIPSState *env, target_ulong addr, \ } \ } #endif -HELPER_LD(lbu, ldub, uint8_t) HELPER_LD(lw, ldl, int32_t) #ifdef TARGET_MIPS64 HELPER_LD(ld, ldq, int64_t) -- 2.1.0