diff options
author | Evgeny Voevodin <e.voevodin@samsung.com> | 2012-11-12 13:27:49 +0400 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2012-11-17 13:53:38 +0000 |
commit | 83eeb39669a19716a44bcad5a34158543b3779b8 (patch) | |
tree | 1cb889fea31dfeba0590a791cbe80ef01a12e7fe /tcg/tcg.h | |
parent | 1ff0a2c594356b134af6742b9cb5e5757c620881 (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.h')
-rw-r--r-- | tcg/tcg.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 */ |