lib: replace trace is_static with destruction listeners
[babeltrace.git] / plugins / ctf / fs-src / fs.c
index 6260a24899b99cdb0f8f9aff8b690fcaeb20e750..901c495635dc94edd9e47f780533d17e9eb4d5be 100644 (file)
@@ -1023,15 +1023,6 @@ struct ctf_fs_trace *ctf_fs_trace_create(bt_self_component_source *self_comp,
                goto error;
        }
 
-       /*
-        * create_ds_file_groups() created all the streams that this
-        * trace needs. There won't be any more. Therefore it is safe to
-        * make this trace static.
-        */
-       if (ctf_fs_trace->trace) {
-               (void) bt_trace_make_static(ctf_fs_trace->trace);
-       }
-
        goto end;
 
 error:
This page took 0.025138 seconds and 4 git commands to generate.