summaryrefslogtreecommitdiff
path: root/tcg/tcg-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcg/tcg-common.c')
-rw-r--r--tcg/tcg-common.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tcg/tcg-common.c b/tcg/tcg-common.c
index 7e1992e79e..aa0c4f60c9 100644
--- a/tcg/tcg-common.c
+++ b/tcg/tcg-common.c
@@ -25,10 +25,6 @@
#include "qemu/osdep.h"
#include "tcg/tcg.h"
-#if defined(CONFIG_TCG_INTERPRETER)
-uintptr_t tci_tb_ptr;
-#endif
-
TCGOpDef tcg_op_defs[] = {
#define DEF(s, oargs, iargs, cargs, flags) \
{ #s, oargs, iargs, cargs, iargs + oargs + cargs, flags },