qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT 8389c67] tcg: remove dead code


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 8389c67] tcg: remove dead code
Date: Sun, 04 Oct 2009 13:40:17 -0000

From: Aurelien Jarno <address@hidden>

Signed-off-by: Aurelien Jarno <address@hidden>

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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]