lib: replace trace is_static with destruction listeners
[babeltrace.git] / plugins / text / dmesg / dmesg.c
index d8afa858c4af47006a1d8d2a51603c0cb4de0c76..c93fa78ef46aa4fc856cdc851a9b35c325b43e55 100644 (file)
@@ -299,12 +299,6 @@ int create_packet_and_stream_and_trace(struct dmesg_component *dmesg_comp)
                goto error;
        }
 
-       ret = bt_trace_make_static(dmesg_comp->trace);
-       if (ret) {
-               BT_LOGE_STR("Cannot make trace static.");
-               goto error;
-       }
-
        goto end;
 
 error:
This page took 0.023767 seconds and 4 git commands to generate.