From: Mathieu Desnoyers Date: Sat, 7 May 2011 06:02:40 +0000 (-0400) Subject: cleanup X-Git-Tag: v0.1~86 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=2e8b37d41284e54bdb5af4bf5b51c5a616f69597;hp=546293fa85416f739f1cfc125c5c4bcd25075a5d cleanup Signed-off-by: Mathieu Desnoyers --- diff --git a/formats/ctf/ctf.c b/formats/ctf/ctf.c index 717f48d4..75d1b5eb 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;