From: David Goulet Date: Tue, 4 Feb 2014 20:12:49 +0000 (-0500) Subject: Fix: remove unused goto label X-Git-Tag: v2.3.2~10 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;ds=sidebyside;h=66d6602f068448cc15f0eb699c7d030723885faf;p=lttng-tools.git Fix: remove unused goto label Signed-off-by: David Goulet --- 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; }