*** CID
1262071: Logically dead code (DEADCODE)
/src/bin/lttng-sessiond/ht-cleanup.c: 130 in thread_ht_cleanup()
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
health_code_update();
while (1) {
- int handled_event;
-
DBG3("[ht-thread] Polling.");
/* Inifinite blocking call, waiting for transmission */
restart:
- handled_event = 0;
health_poll_entry();
ret = lttng_poll_wait(&events, -1);
DBG3("[ht-thread] Returning from poll on %d fds.",
health_code_update();
}
- /* Only check cleanup quit when no more work to do. */
- if (handled_event) {
- continue;
- }
-
for (i = 0; i < nb_fd; i++) {
health_code_update();