Clean-up: remove unreachable goto
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 8 Mar 2016 14:59:22 +0000 (09:59 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 8 Mar 2016 14:59:22 +0000 (09:59 -0500)
Reported by Coverity Scan CID 1352683.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/ust-app.c

index 285467fbbacac990864a0871d18f200a0eb7f67b..7c9eb4ff352224b237d9473e3c915c21fc70175f 100644 (file)
@@ -5971,7 +5971,6 @@ int ust_app_pid_get_channel_runtime_stats(struct ltt_ust_session *usess,
                                        ua_chan->key, consumer, discarded);
                        goto end;
                }
                                        ua_chan->key, consumer, discarded);
                        goto end;
                }
-               goto end;
        }
 
 end:
        }
 
 end:
This page took 0.027864 seconds and 4 git commands to generate.