Clean-up: remove dead assignment from ht cleanup thread launcher
[lttng-tools.git] / src / bin / lttng-sessiond / ht-cleanup.c
index 02244f0cafedf4aa44236d346fe3c658b7e368e6..f5aab3309280daa9c4550b967334ebe8f6449278 100644 (file)
@@ -269,7 +269,6 @@ struct lttng_thread *launch_ht_cleanup_thread(void)
                        cleanup_ht_cleanup_thread,
                        NULL);
        if (!thread) {
                        cleanup_ht_cleanup_thread,
                        NULL);
        if (!thread) {
-               ret = -1;
                goto error;
        }
        return thread;
                goto error;
        }
        return thread;
This page took 0.022791 seconds and 4 git commands to generate.