X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.c;h=d903c54c2eff84ad30923d789312a3d3d3741365;hp=1ea682f028e76ebe546b3dc892981bc10d2009a5;hb=482b1157950e665c952ca8393e491fc9fc699157;hpb=5fa28823f16a6dc4ad42e7a76f467b5c9686ce70 diff --git a/src/common/consumer/consumer.c b/src/common/consumer/consumer.c index 1ea682f02..d903c54c2 100644 --- a/src/common/consumer/consumer.c +++ b/src/common/consumer/consumer.c @@ -709,11 +709,6 @@ void consumer_add_data_stream(struct lttng_consumer_stream *stream) pthread_mutex_unlock(&consumer_data.lock); } -void consumer_del_data_stream(struct lttng_consumer_stream *stream) -{ - consumer_del_stream(stream, data_ht); -} - /* * Add relayd socket to global consumer data hashtable. RCU read side lock MUST * be acquired before calling this.