mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
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>
This commit is contained in:
parent
1ff0a2c594
commit
83eeb39669
3 changed files with 0 additions and 11 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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue