sessiond: ust: remove unused `is_sent` attribute of ust_app_channel
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.cpp
index 66d363c4b064ea003e8577a5e504aaf5b126d6b8..b4192398b1682b01e4779df80f05945c7b1627eb 100644 (file)
@@ -1984,8 +1984,6 @@ static int send_channel_pid_to_ust(struct ust_app *app,
                cds_list_del(&stream->list);
                delete_ust_app_stream(-1, stream, app);
        }
-       /* Flag the channel that it is sent to the application. */
-       ua_chan->is_sent = 1;
 
 error:
        health_code_update();
@@ -3352,7 +3350,6 @@ static int send_channel_uid_to_ust(struct buffer_reg_channel *buf_reg_chan,
                 */
                (void) release_ust_app_stream(-1, &stream, app);
        }
-       ua_chan->is_sent = 1;
 
 error_stream_unlock:
        pthread_mutex_unlock(&buf_reg_chan->stream_list_lock);
This page took 0.022979 seconds and 4 git commands to generate.