diff options
Diffstat (limited to 'qemu/trace/event-internal.h')
-rw-r--r-- | qemu/trace/event-internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qemu/trace/event-internal.h b/qemu/trace/event-internal.h index b2310d9be..86f6a511b 100644 --- a/qemu/trace/event-internal.h +++ b/qemu/trace/event-internal.h @@ -18,7 +18,6 @@ * @id: Unique event identifier. * @name: Event name. * @sstate: Static tracing state. - * @dstate: Dynamic tracing state. * * Opaque generic description of a tracing event. */ @@ -26,7 +25,6 @@ typedef struct TraceEvent { TraceEventID id; const char * name; const bool sstate; - bool dstate; } TraceEvent; |