aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.c
diff options
context:
space:
mode:
authorEvgeny Voevodin <e.voevodin@samsung.com>2012-11-12 13:27:49 +0400
committerBlue Swirl <blauwirbel@gmail.com>2012-11-17 13:53:38 +0000
commit83eeb39669a19716a44bcad5a34158543b3779b8 (patch)
tree1cb889fea31dfeba0590a791cbe80ef01a12e7fe /tcg/tcg.c
parent1ff0a2c594356b134af6742b9cb5e5757c620881 (diff)
TCG: Remove unused global variables
Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com> Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'tcg/tcg.c')
-rw-r--r--tcg/tcg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tcg/tcg.c b/tcg/tcg.c
index ea0bd3a7a7..4f756962c5 100644
--- a/tcg/tcg.c
+++ b/tcg/tcg.c
@@ -96,10 +96,6 @@ const size_t tcg_op_defs_max = ARRAY_SIZE(tcg_op_defs);
static TCGRegSet tcg_target_available_regs[2];
static TCGRegSet tcg_target_call_clobber_regs;
-/* XXX: move that inside the context */
-uint16_t *gen_opc_ptr;
-TCGArg *gen_opparam_ptr;
-
static inline void tcg_out8(TCGContext *s, uint8_t v)
{
*s->code_ptr++ = v;