aboutsummaryrefslogtreecommitdiff
path: root/tests/qruncom.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qruncom.c')
-rw-r--r--tests/qruncom.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/qruncom.c b/tests/qruncom.c
index fcc069f6d0..92b28ea68a 100644
--- a/tests/qruncom.c
+++ b/tests/qruncom.c
@@ -15,8 +15,6 @@
//#define SIGTEST
-CPUState *cpu_single_env = NULL;
-
void cpu_outb(CPUState *env, int addr, int val)
{
fprintf(stderr, "outb: port=0x%04x, data=%02x\n", addr, val);