From: Mathieu Desnoyers Date: Sat, 7 May 2011 06:02:40 +0000 (-0400) Subject: cleanup X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=2e8b37d41284e54bdb5af4bf5b51c5a616f69597;p=deliverable%2Fbabeltrace.git cleanup Signed-off-by: Mathieu Desnoyers --- diff --git a/formats/ctf/ctf.c b/formats/ctf/ctf.c index 717f48d4c..75d1b5eb2 100644 --- a/formats/ctf/ctf.c +++ b/formats/ctf/ctf.c @@ -462,7 +462,6 @@ int create_stream_packet_index(struct ctf_trace *td, return -EINVAL; } - /* Save position after header and context */ packet_index.data_offset = pos->offset;