From 66d6602f068448cc15f0eb699c7d030723885faf Mon Sep 17 00:00:00 2001 From: David Goulet Date: Tue, 4 Feb 2014 15:12:49 -0500 Subject: [PATCH] Fix: remove unused goto label Signed-off-by: David Goulet --- src/common/consumer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/consumer.c b/src/common/consumer.c index 44a430f8f..aacabdb76 100644 --- a/src/common/consumer.c +++ b/src/common/consumer.c @@ -2320,7 +2320,6 @@ end: lttng_poll_clean(&events); end_poll: -end_ht: rcu_unregister_thread(); return NULL; } -- 2.34.1