Implement new CTF-IR reference counting scheme
[babeltrace.git] / include / babeltrace / ctf-ir / stream-internal.h
index ca22eb1165081ea64decbac78eebccd32cd6daef..f2ba5d362e90d737ea86ddf849ca3844b7950619 100644 (file)
@@ -38,8 +38,6 @@
 
 struct bt_ctf_stream {
        struct bt_object base;
-       /* Trace owning this stream. A stream does not own a trace. */
-       struct bt_ctf_trace *trace;
        uint32_t id;
        struct bt_ctf_stream_class *stream_class;
        /* Array of pointers to bt_ctf_event for the current packet */
This page took 0.023053 seconds and 4 git commands to generate.