X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fnotify-apps.c;h=17f3cd0c8254f52cd0e57388d8dfe67105723f3e;hb=df4f5a87a21110a5f9447bcfd7ffeb25098a5fd4;hp=bc7405c7b4bf4c586ad3393428f22b86280fb6a0;hpb=21fa020ee12d44632c5efde063869d542897bdd1;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/notify-apps.c b/src/bin/lttng-sessiond/notify-apps.c index bc7405c7b..17f3cd0c8 100644 --- a/src/bin/lttng-sessiond/notify-apps.c +++ b/src/bin/lttng-sessiond/notify-apps.c @@ -109,11 +109,6 @@ restart: revents = LTTNG_POLL_GETEV(&events, i); pollfd = LTTNG_POLL_GETFD(&events, i); - if (!revents) { - /* No activity for this FD (poll implementation). */ - continue; - } - /* Thread quit pipe has been closed. Killing thread. */ if (pollfd == quit_pipe_read_fd) { err = 0;