diff options
author | Richard Henderson <rth@twiddle.net> | 2013-09-14 14:29:35 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2013-10-10 11:41:15 -0700 |
commit | 7c57df0d852a9a9faf9068ff235886c8b28b113e (patch) | |
tree | 45e51277e23eb77a5c24a5071879cf252b9e5c7a /tcg/tcg.h | |
parent | 802b5081233a6b643a8b135a5facaf14bafaa77d (diff) |
tcg: Delete tcg_helper_get_name declaration
The function was deleted in 4dc81f2822187f4503d4bdb76785cafa5b28db0b.
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/tcg.h')
-rw-r--r-- | tcg/tcg.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |