From 8f9877eef96880038aa64c82e997baf37d4fe85c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 17 Jan 2025 21:36:56 +0000 Subject: [PATCH] Clean-up: consumer: fix comment style MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I4742c496d4f22eecdaa503e603463214c34610bd Signed-off-by: Jérémie Galarneau --- src/common/consumer/consumer.cpp | 2 -- 1 file changed, 2 deletions(-) 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; } -- 2.39.5