Cleanup: remove unused end_no_session label in ust_app_flush_session()
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.c
index 2366fd320f46046f1db7b45d8013c23f9460794d..c8cff2386fc36658cb0ef99d2d477cf1e3785dfb 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;
 }
@@ -4186,7 +4185,6 @@ int ust_app_flush_session(struct ltt_ust_session *usess)
                break;
        }
 
-end_no_session:
        rcu_read_unlock();
        health_code_update();
        return ret;
This page took 0.026682 seconds and 5 git commands to generate.