From 2e8b37d41284e54bdb5af4bf5b51c5a616f69597 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 7 May 2011 02:02:40 -0400 Subject: [PATCH] cleanup Signed-off-by: Mathieu Desnoyers --- formats/ctf/ctf.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.34.1