From: compudj Date: Wed, 26 May 2004 19:23:17 +0000 (+0000) Subject: no more end event to p t middle X-Git-Tag: v0.12.20~2932 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=b8da4e12e2c15ca52384717d547e8b97a3e203ba;p=lttv.git no more end event to p t middle git-svn-id: http://ltt.polymtl.ca/svn@557 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/lttv/tracecontext.h b/ltt/branches/poly/lttv/lttv/tracecontext.h index 5b801a58..6bda5fc2 100644 --- a/ltt/branches/poly/lttv/lttv/tracecontext.h +++ b/ltt/branches/poly/lttv/lttv/tracecontext.h @@ -93,7 +93,6 @@ struct _LttvTracesetContext { LttvAttribute *ts_a; TimeInterval time_span; GTree *pqueue; - LttEvent *e; /* Last event read by lttv_process_traceset_middle */ }; struct _LttvTracesetContextClass {