no more end event to p t middle
[lttv.git] / ltt / branches / poly / lttv / lttv / tracecontext.c
index cffe0b32a723b06374e64bab2ecc7185875f2237..764dffc25ca51bb4b80f4436ffae4ce8534412db 100644 (file)
@@ -625,7 +625,6 @@ guint lttv_process_traceset_middle(LttvTracesetContext *self,
     /* End of traceset : tfc is NULL */
     if(tfc == NULL)
     {
-      self->e = event;
       return count;
     }
 
@@ -643,7 +642,6 @@ guint lttv_process_traceset_middle(LttvTracesetContext *self,
                                              end_position) >= 0 ||
        ltt_time_compare(tfc->timestamp, end) >= 0)
     {
-      self->e = event;
       return count;
     }
 
This page took 0.023565 seconds and 4 git commands to generate.