diff mbox

[1/8] tcg: Delete tcg_helper_get_name declaration

Message ID 1379203434-5680-2-git-send-email-rth@twiddle.net
State New
Headers show

Commit Message

Richard Henderson Sept. 15, 2013, 12:03 a.m. UTC
The function was deleted in 4dc81f2822187f4503d4bdb76785cafa5b28db0b.

Signed-off-by: Richard Henderson <rth@twiddle.net>
---
 tcg/tcg.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Stefan Weil Sept. 15, 2013, 6:14 a.m. UTC | #1
Am 15.09.2013 02:03, schrieb Richard Henderson:
> The function was deleted in 4dc81f2822187f4503d4bdb76785cafa5b28db0b.
>
> Signed-off-by: Richard Henderson <rth@twiddle.net>
> ---
>  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);

Reviewed-by: Stefan Weil <sw@weilnetz.de>
diff mbox

Patch

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);