]> git.proxmox.com Git - qemu.git/commitdiff
cpu-defs.h: Drop qemu_work_item prototype
authorAndreas Färber <afaerber@suse.de>
Fri, 18 Jan 2013 18:30:13 +0000 (19:30 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 19 Jan 2013 10:29:27 +0000 (10:29 +0000)
Commit c64ca8140e9c21cd0d44c10fbe1247cb4ade8e6e (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>
include/exec/cpu-defs.h

index d0cf85a83c26b051375a5347c5b8f64cc789e282..2911b9fc908aa792125374371d94a931f3bddb70 100644 (file)
@@ -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_* */