X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Ffs-src%2Ffs.c;h=901c495635dc94edd9e47f780533d17e9eb4d5be;hb=2f53eba5649ad8b286feec07b6314035f666a346;hp=6260a24899b99cdb0f8f9aff8b690fcaeb20e750;hpb=7fc7fc3d8b53c51e9f36e2e7f89fecb327ab02f7;p=deliverable%2Fbabeltrace.git diff --git a/plugins/ctf/fs-src/fs.c b/plugins/ctf/fs-src/fs.c index 6260a2489..901c49563 100644 --- a/plugins/ctf/fs-src/fs.c +++ b/plugins/ctf/fs-src/fs.c @@ -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: