From: Jérémie Galarneau Date: Tue, 8 Mar 2016 14:59:22 +0000 (-0500) Subject: Clean-up: remove unreachable goto X-Git-Tag: v2.8.0-rc1~109 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=b9944f51a5ffb49c0f278d7e70f566294036dea1;ds=sidebyside Clean-up: remove unreachable goto Reported by Coverity Scan CID 1352683. Signed-off-by: Jérémie Galarneau --- diff --git a/src/bin/lttng-sessiond/ust-app.c b/src/bin/lttng-sessiond/ust-app.c index 285467fbb..7c9eb4ff3 100644 --- a/src/bin/lttng-sessiond/ust-app.c +++ b/src/bin/lttng-sessiond/ust-app.c @@ -5971,7 +5971,6 @@ int ust_app_pid_get_channel_runtime_stats(struct ltt_ust_session *usess, ua_chan->key, consumer, discarded); goto end; } - goto end; } end: