mirror of https://gitee.com/openkylin/qemu.git
cpu-defs.h: Drop qemu_work_item prototype
Commit c64ca8140e
(cpu: Move
queued_work_{first,last} to CPUState) moved the qemu_work_item fields
away. Clean up the now unused prototype.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
5256a7208a
commit
249fe3f3e9
|
@ -134,8 +134,6 @@ typedef struct icount_decr_u16 {
|
|||
} icount_decr_u16;
|
||||
#endif
|
||||
|
||||
struct qemu_work_item;
|
||||
|
||||
typedef struct CPUBreakpoint {
|
||||
target_ulong pc;
|
||||
int flags; /* BP_* */
|
||||
|
|
Loading…
Reference in New Issue