aboutsummaryrefslogtreecommitdiffstats
path: root/tcg/tcg.h
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2009-10-04 15:16:46 +0200
committerAurelien Jarno <aurelien@aurel32.net>2009-10-04 15:16:46 +0200
commit8389c67b82a12f9d1ac3c03e41a5d16f44eb82f9 (patch)
tree55210d834ab74a8ce42d18acad40043392d4bdb1 /tcg/tcg.h
parentb7d43d03f956265aa8599fa11b3c93831934afce (diff)
tcg: remove dead code
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'tcg/tcg.h')
-rw-r--r--tcg/tcg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tcg/tcg.h b/tcg/tcg.h
index 4304e2a15..83655777c 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)