From b9944f51a5ffb49c0f278d7e70f566294036dea1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 8 Mar 2016 09:59:22 -0500 Subject: [PATCH] Clean-up: remove unreachable goto MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reported by Coverity Scan CID 1352683. Signed-off-by: Jérémie Galarneau --- src/bin/lttng-sessiond/ust-app.c | 1 - 1 file changed, 1 deletion(-) 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: -- 2.34.1