Cleanup: Remove unused "end" label in push_metadata()
[lttng-tools.git] / 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.023022 seconds and 4 git commands to generate.