Revert "sessiond: trigger: run trigger actions through an action executor"
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread.c
index 3ae8741d65b10a346bec2c965c1581873c8ea155..c964e7c910b062a82753c50c58b78d728a9454c1 100644 (file)
@@ -375,9 +375,6 @@ void fini_thread_state(struct notification_thread_state *state)
                notification_channel_socket_destroy(
                                state->notification_channel_socket);
        }
-       if (state->executor) {
-               action_executor_destroy(state->executor);
-       }
        lttng_poll_clean(&state->events);
 }
 
@@ -476,11 +473,6 @@ int init_thread_state(struct notification_thread_handle *handle,
        if (!state->triggers_ht) {
                goto error;
        }
-
-       state->executor = action_executor_create(handle);
-       if (!state->executor) {
-               goto error;
-       }
        mark_thread_as_ready(handle);
 end:
        return 0;
This page took 0.023878 seconds and 5 git commands to generate.