From 87130fc88476e032d8aeb4d86b0d7510feaab1e5 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 23 Feb 2018 11:03:16 -0500 Subject: [PATCH] exec-all: Remove externs These are unused --- qemu/include/exec/exec-all.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/qemu/include/exec/exec-all.h b/qemu/include/exec/exec-all.h index 93c5f4c2..4cb5e23b 100644 --- a/qemu/include/exec/exec-all.h +++ b/qemu/include/exec/exec-all.h @@ -460,12 +460,6 @@ bool memory_region_is_unassigned(struct uc_struct* uc, MemoryRegion *mr); #endif -/* vl.c */ -extern int singlestep; - -/* cpu-exec.c */ -extern volatile sig_atomic_t exit_request; - /** * cpu_can_do_io: * @cpu: The CPU for which to check IO.