Cleanup: Remove unused "end" label in push_metadata()
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 30 Jan 2015 06:47:11 +0000 (01:47 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 30 Jan 2015 06:47:11 +0000 (01:47 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/ust-app.c

index 2366fd320f46046f1db7b45d8013c23f9460794d..b33378f00a36e1982c20fabe6f7db689d2486378 100644 (file)
@@ -581,7 +581,6 @@ static int push_metadata(struct ust_registry_session *registry,
        return 0;
 
 error:
-end:
        pthread_mutex_unlock(&registry->lock);
        return ret_val;
 }
This page took 0.026565 seconds and 4 git commands to generate.