X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=trunk%2Flttv%2Fltt%2Ftrace.h;h=202def1094d5853ba345c7271fe862e97aad9f2f;hb=88fd3d60011e46b0852fcb99ddc745fa4bf9f367;hp=2e031c22d622d4eb2b06639125267d13698bf017;hpb=2fc874ab26ee6c66eb4c2b9480bb418240d24b03;p=lttv.git diff --git a/trunk/lttv/ltt/trace.h b/trunk/lttv/ltt/trace.h index 2e031c22..202def10 100644 --- a/trunk/lttv/ltt/trace.h +++ b/trunk/lttv/ltt/trace.h @@ -45,10 +45,6 @@ struct LttTrace { LttTime start_time_from_tsc; GData *tracefiles; //tracefiles groups - /* Support for markers */ - GArray *markers; //indexed by marker ID - GHashTable *markers_hash; //indexed by name hash - GHashTable *markers_format_hash; //indexed by name hash }; static inline guint ltt_trace_get_num_cpu(LttTrace *t)