commit | af985e0151c7d12d9dac4fc364b5c50d3db1e1db | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Sep 12 09:35:44 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Sep 12 09:35:44 2022 +0200 |
tree | 2951352485287a464bcafaafeb7805b88b0802dc | |
parent | 62bde43779b51b98c7d2ba8e9f34dca5897a3030 [diff] |
CLEANUP: pollers: remove dead code in the polling loop As reported by Ilya and Coverity in issue #1858, since recent commit eea152ee6 ("BUG/MINOR: signals/poller: ensure wakeup from signals") which removed the test for the global signal flag from the pollers' loop, the remaining "wake" flag doesn't need to be tested since it already participates to zeroing the wait_time and will be caught on the previous line. Let's just remove that test now.