From: Aurelien Jarno Date: Sun, 4 Oct 2009 13:16:46 +0000 (+0200) Subject: tcg: remove dead code X-Git-Tag: TizenStudio_2.0_p2.3~7332 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a9dccc759c29fa3955e7a643f92ba7053c2a793;p=sdk%2Femulator%2Fqemu.git tcg: remove dead code Signed-off-by: Aurelien Jarno --- diff --git a/tcg/tcg.h b/tcg/tcg.h index 4304e2a..8365577 100644 --- a/tcg/tcg.h +++ b/tcg/tcg.h @@ -453,8 +453,6 @@ TCGv_i64 tcg_const_local_i64(int64_t val); void tcg_out_reloc(TCGContext *s, uint8_t *code_ptr, int type, int label_index, long addend); -const TCGArg *tcg_gen_code_op(TCGContext *s, int opc, const TCGArg *args1, - unsigned int dead_iargs); extern uint8_t code_gen_prologue[]; #if defined(_ARCH_PPC) && !defined(_ARCH_PPC64)