From: Richard Henderson Date: Sat, 14 Sep 2013 21:29:35 +0000 (-0700) Subject: tcg: Delete tcg_helper_get_name declaration X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7c57df0d852a9a9faf9068ff235886c8b28b113e;p=qmiga%2Fqemu.git tcg: Delete tcg_helper_get_name declaration The function was deleted in 4dc81f2822187f4503d4bdb76785cafa5b28db0b. Reviewed-by: Stefan Weil Signed-off-by: Richard Henderson --- diff --git a/tcg/tcg.h b/tcg/tcg.h index 902c751d26..20543f6a49 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);