X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Fctf.c;h=0cdce8ef48ea365d323eeb23007448a2eeaad352;hp=bc96212149c47260ca5af36b73fa4458c0ffe27e;hb=7371a18293e65e61033d9f2a9a47b95c7afaa09e;hpb=524937558b5d91ebba07c4e4acdcf5fd604f1d42 diff --git a/formats/ctf/ctf.c b/formats/ctf/ctf.c index bc962121..0cdce8ef 100644 --- a/formats/ctf/ctf.c +++ b/formats/ctf/ctf.c @@ -426,7 +426,6 @@ void print_uuid(FILE *fp, unsigned char *uuid) * consumer had time to extract them. We keep track of those gaps with the * packet sequence number in each packet. */ -static void ctf_print_discarded_lost(FILE *fp, struct ctf_stream_definition *stream) { if ((!stream->events_discarded && !stream->packets_lost) ||