exec-all: Remove externs

These are unused
This commit is contained in:
Lioncash 2018-02-23 11:03:16 -05:00
parent d0621f1852
commit 87130fc884
No known key found for this signature in database
GPG Key ID: 4E3C3CC1031BA9C7

View File

@ -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.