diff options
author | Andreas Färber <afaerber@suse.de> | 2013-01-18 19:30:13 +0100 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2013-01-19 10:29:27 +0000 |
commit | 249fe3f3e99c2a57c7f2569edb4031e63e595c9e (patch) | |
tree | 728c16b9dea8cbb89c38761d77c0f13bc59547c8 /include/exec | |
parent | 5256a7208a7c2af19baf8f99bd4f06632f9f9ba9 (diff) | |
download | qemu-249fe3f3e99c2a57c7f2569edb4031e63e595c9e.zip |
cpu-defs.h: Drop qemu_work_item prototype
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>
Diffstat (limited to 'include/exec')
-rw-r--r-- | include/exec/cpu-defs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/exec/cpu-defs.h b/include/exec/cpu-defs.h index d0cf85a83c..2911b9fc90 100644 --- a/include/exec/cpu-defs.h +++ b/include/exec/cpu-defs.h @@ -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_* */ |