Clean-up: remove dead assignment from ht cleanup thread launcher
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 11 Sep 2019 00:02:32 +0000 (20:02 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 11 Sep 2019 00:02:32 +0000 (20:02 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
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) {
-               ret = -1;
                goto error;
        }
        return thread;
This page took 0.025223 seconds and 4 git commands to generate.