mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 19:35:29 +00:00
exec-all: Remove externs
These are unused
This commit is contained in:
parent
d0621f1852
commit
87130fc884
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue