gpoll: Remove unused variable

Fixes commit 3baf1f1a73.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-09-29 12:30:53 +01:00
parent 96652e7def
commit d3e0d4fbde
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73

View File

@ -449,7 +449,6 @@ g_poll (GPollFD *fds,
for (i = 0; i < nthreads; i++)
{
guint thread_fds;
guint ignore;
if (i == (nthreads - 1) && threads_remain > 0)
thread_fds = threads_remain;