From: Jérémie Galarneau Date: Fri, 17 Jan 2025 21:36:56 +0000 (+0000) Subject: Clean-up: consumer: fix comment style X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=8f9877eef96880038aa64c82e997baf37d4fe85c;p=lttng-tools.git Clean-up: consumer: fix comment style Change-Id: I4742c496d4f22eecdaa503e603463214c34610bd Signed-off-by: Jérémie Galarneau --- diff --git a/src/common/consumer/consumer.cpp b/src/common/consumer/consumer.cpp index a44d397d0..c4a0ef364 100644 --- a/src/common/consumer/consumer.cpp +++ b/src/common/consumer/consumer.cpp @@ -2945,8 +2945,6 @@ void *consumer_thread_channel_poll(void *data) lttng_ht_add_unique_u64(channel_ht, &chan->wait_fd_node); /* Add channel to the global poll events list */ - // FIXME: Empty flag on a pipe pollset, this might - // hang on FreeBSD. lttng_poll_add(&events, chan->wait_fd, 0); break; }