X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Fctf.c;h=36424de5626a97a00ea4ff445da926fbcd91eb04;hp=d6d078f5386308ee26db4a58a2cd2d03681f896c;hb=ed093d0e58fc853923f227d20c89740a0977959b;hpb=49e98b837a5667130e0d1e062a6bd7985c7c4582 diff --git a/formats/ctf/ctf.c b/formats/ctf/ctf.c index d6d078f5..36424de5 100644 --- a/formats/ctf/ctf.c +++ b/formats/ctf/ctf.c @@ -434,7 +434,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) ||