aboutsummaryrefslogtreecommitdiffstats
path: root/tcg/tcg.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2010-06-02 17:26:56 -0700
committerAurelien Jarno <aurelien@aurel32.net>2010-06-09 11:18:26 +0200
commite4d58b41f9fb6d7ea8281fe42fd5e00db2fd1455 (patch)
treec7a2dae4399bde7b8cfb5698daa0e4df8af4dc8b /tcg/tcg.h
parent3b6dac34161bc0a342336072643c2f6d17e0ec45 (diff)
tcg: Make some tcg-target.c routines static.
Both tcg_target_init and tcg_target_qemu_prologue are unused outside of tcg.c. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'tcg/tcg.h')
-rw-r--r--tcg/tcg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tcg/tcg.h b/tcg/tcg.h
index d6cb9e72c..9134700cf 100644
--- a/tcg/tcg.h
+++ b/tcg/tcg.h
@@ -435,9 +435,6 @@ typedef struct TCGTargetOpDef {
const char *args_ct_str[TCG_MAX_OP_ARGS];
} TCGTargetOpDef;
-void tcg_target_init(TCGContext *s);
-void tcg_target_qemu_prologue(TCGContext *s);
-
#define tcg_abort() \
do {\
fprintf(stderr, "%s:%d: tcg fatal error\n", __FILE__, __LINE__);\