From 83eeb39669a19716a44bcad5a34158543b3779b8 Mon Sep 17 00:00:00 2001 From: Evgeny Voevodin Date: Mon, 12 Nov 2012 13:27:49 +0400 Subject: TCG: Remove unused global variables Signed-off-by: Evgeny Voevodin Reviewed-by: Richard Henderson Signed-off-by: Blue Swirl --- tcg/tcg.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tcg/tcg.h') diff --git a/tcg/tcg.h b/tcg/tcg.h index 6ffec1d47a..9481e35ab4 100644 --- a/tcg/tcg.h +++ b/tcg/tcg.h @@ -465,10 +465,6 @@ struct TCGContext { }; extern TCGContext tcg_ctx; -extern uint16_t *gen_opc_ptr; -extern TCGArg *gen_opparam_ptr; -extern uint16_t gen_opc_buf[]; -extern TCGArg gen_opparam_buf[]; /* pool based memory allocation */ -- cgit v1.2.1