diff options
Diffstat (limited to 'trace/control.c')
-rw-r--r-- | trace/control.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/trace/control.c b/trace/control.c index a423f32eb0..e57f2d3f05 100644 --- a/trace/control.c +++ b/trace/control.c @@ -28,12 +28,6 @@ #include "monitor/monitor.h" int trace_events_enabled_count; -/* - * Interpretation depends on wether the event has the 'vcpu' property: - * - false: Boolean value indicating whether the event is active. - * - true : Integral counting the number of vCPUs that have this event enabled. - */ -uint16_t trace_events_dstate[TRACE_EVENT_COUNT]; QemuOptsList qemu_trace_opts = { .name = "trace", |