Remove unused stream_heap
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Apr 2013 13:40:56 +0000 (09:40 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Apr 2013 13:40:56 +0000 (09:40 -0400)
Now moved used within iterator structure (by prior commit).

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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 */
-
-       /* Heap of streams, ordered to always get the lowest timestamp */
-       struct ptr_heap *stream_heap;
 };
 
 #define CTF_STREAM_SET_FIELD(ctf_stream, field)                                \
This page took 0.02474 seconds and 4 git commands to generate.