From: Jérémie Galarneau Date: Fri, 30 Jan 2015 06:47:11 +0000 (-0500) Subject: Cleanup: Remove unused "end" label in push_metadata() X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=9b0c26f4ddf75d6426b8be2240ba277d946a2c2c;hp=39af8c9e9348755beb662a4353c41d2d6167d73d Cleanup: Remove unused "end" label in push_metadata() 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 2366fd320..b33378f00 100644 --- a/src/bin/lttng-sessiond/ust-app.c +++ b/src/bin/lttng-sessiond/ust-app.c @@ -581,7 +581,6 @@ static int push_metadata(struct ust_registry_session *registry, return 0; error: -end: pthread_mutex_unlock(®istry->lock); return ret_val; }