From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUNn1-0003aG-2W for qemu-devel@nongnu.org; Thu, 10 Oct 2013 17:29:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUNmw-0002Mf-0o for qemu-devel@nongnu.org; Thu, 10 Oct 2013 17:28:59 -0400 Received: from mail-pd0-x231.google.com ([2607:f8b0:400e:c02::231]:37883) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUNmv-0002MN-Po for qemu-devel@nongnu.org; Thu, 10 Oct 2013 17:28:53 -0400 Received: by mail-pd0-f177.google.com with SMTP id y10so3184695pdj.8 for ; Thu, 10 Oct 2013 14:28:52 -0700 (PDT) Sender: Richard Henderson From: Richard Henderson Date: Thu, 10 Oct 2013 14:28:30 -0700 Message-Id: <1381440525-6666-3-git-send-email-rth@twiddle.net> In-Reply-To: <1381440525-6666-1-git-send-email-rth@twiddle.net> References: <1381440525-6666-1-git-send-email-rth@twiddle.net> Subject: [Qemu-devel] [PULL 02/17] tcg: Delete tcg_helper_get_name declaration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aurelien@aurel32.net, anthony@codemonkey.ws The function was deleted in 4dc81f2822187f4503d4bdb76785cafa5b28db0b. Reviewed-by: Stefan Weil Signed-off-by: Richard Henderson --- tcg/tcg.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tcg/tcg.h b/tcg/tcg.h index 902c751..20543f6 100644 --- a/tcg/tcg.h +++ b/tcg/tcg.h @@ -681,7 +681,6 @@ TCGArg *tcg_optimize(TCGContext *s, uint16_t *tcg_opc_ptr, TCGArg *args, /* only used for debugging purposes */ void tcg_register_helper(void *func, const char *name); -const char *tcg_helper_get_name(TCGContext *s, void *func); void tcg_dump_ops(TCGContext *s); void dump_ops(const uint16_t *opc_buf, const TCGArg *opparam_buf); -- 1.8.1.4