darwin-user/main.c: Drop unused cpu_single_env definition
Drop the cpu_single_env definition as it is unused. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
754fd932be
commit
8a5f7b03a0
@ -729,8 +729,6 @@ static void usage(void)
|
|||||||
|
|
||||||
/* XXX: currently only used for async signals (see signal.c) */
|
/* XXX: currently only used for async signals (see signal.c) */
|
||||||
CPUState *global_env;
|
CPUState *global_env;
|
||||||
/* used only if single thread */
|
|
||||||
CPUState *cpu_single_env = NULL;
|
|
||||||
|
|
||||||
/* used to free thread contexts */
|
/* used to free thread contexts */
|
||||||
TaskState *first_task_state;
|
TaskState *first_task_state;
|
||||||
|
Loading…
Reference in New Issue
Block a user