X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=lib%2Fbabeltrace%2Fctf%2Fevents-internal.h;fp=lib%2Fbabeltrace%2Fctf%2Fevents-internal.h;h=be111c1710144a86056cb6441ab8357a2a31ba65;hp=acc756258f094133c5ea06e8e54dc7a88137d1f2;hb=e7c77239c7add21d08e81916353c2a09b59c9c4e;hpb=0c445945a528a554dda28a7dbf471853e09eaa17 diff --git a/lib/babeltrace/ctf/events-internal.h b/lib/babeltrace/ctf/events-internal.h index acc7562..be111c1 100644 --- a/lib/babeltrace/ctf/events-internal.h +++ b/lib/babeltrace/ctf/events-internal.h @@ -38,7 +38,6 @@ #include struct ctf_stream_definition; -struct ctf_file_stream; /* * These structures are public mappings to internal ctf_event structures. @@ -82,7 +81,5 @@ struct bt_ctf_iter { void ctf_print_discarded(FILE *fp, struct ctf_stream_definition *stream, int end_stream); -void compute_discarded_events(struct ctf_file_stream *file_stream, - struct ctf_stream_pos *pos); #endif /*_BABELTRACE_CTF_EVENTS_INTERNAL_H */