From f2e086eddce40fb3b772f50f4cd8023f2cc2a10f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 10 Sep 2019 20:02:32 -0400 Subject: [PATCH] Clean-up: remove dead assignment from ht cleanup thread launcher MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- src/bin/lttng-sessiond/ht-cleanup.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/lttng-sessiond/ht-cleanup.c b/src/bin/lttng-sessiond/ht-cleanup.c index 02244f0ca..f5aab3309 100644 --- a/src/bin/lttng-sessiond/ht-cleanup.c +++ b/src/bin/lttng-sessiond/ht-cleanup.c @@ -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; -- 2.34.1