From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTFw0-00078h-UZ for qemu-devel@nongnu.org; Sun, 14 Sep 2014 15:58:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTFvw-0007aP-3j for qemu-devel@nongnu.org; Sun, 14 Sep 2014 15:58:08 -0400 Received: from mnementh.archaic.org.uk ([81.2.115.146]:47029) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTFvv-0007YL-U2 for qemu-devel@nongnu.org; Sun, 14 Sep 2014 15:58:04 -0400 From: Peter Maydell Date: Sun, 14 Sep 2014 20:45:38 +0100 Message-Id: <1410723938-18007-6-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1410723938-18007-1-git-send-email-peter.maydell@linaro.org> References: <1410723938-18007-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 5/5] 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: Richard Henderson , Aurelien Jarno , patches@linaro.org The do_lbu() function defined by the expansion of HELPER_LD() is never used, so don't define it. Signed-off-by: Peter Maydell --- 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 df97b35..66aedc1 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.0.0