Cleanup: erroneous use of CDS_INIT_LIST_HEAD() on node
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-events.c
index 049a6d3fcc150d8c5afe9239860244c87997adb3..c9a142413fe5538bf4afdff1378f6c221f6d7097 100644 (file)
@@ -1921,7 +1921,6 @@ int handle_notification_thread_command_add_tracer_event_source(
                goto end;
        }
 
-       CDS_INIT_LIST_HEAD(&element->node);
        element->fd = tracer_event_source_fd;
        element->domain = domain_type;
 
This page took 0.022788 seconds and 4 git commands to generate.