Remove unused stream_heap
[babeltrace.git] / include / babeltrace / ctf-ir / metadata.h
index bc47f8bfc9618f110f628100777888d253ce193f..87ca4923af8f16d9116ed4e10d3901700a83c0e5 100644 (file)
@@ -213,9 +213,6 @@ struct ctf_trace {
        DIR *dir;
        int dirfd;
        int flags;              /* open flags */
        DIR *dir;
        int dirfd;
        int flags;              /* open flags */
-
-       /* Heap of streams, ordered to always get the lowest timestamp */
-       struct ptr_heap *stream_heap;
 };
 
 #define CTF_STREAM_SET_FIELD(ctf_stream, field)                                \
 };
 
 #define CTF_STREAM_SET_FIELD(ctf_stream, field)                                \
This page took 0.022727 seconds and 4 git commands to generate.