mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
gpoll: Remove unused variable
Fixes commit 3baf1f1a73
.
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
parent
96652e7def
commit
d3e0d4fbde
@ -449,7 +449,6 @@ g_poll (GPollFD *fds,
|
|||||||
for (i = 0; i < nthreads; i++)
|
for (i = 0; i < nthreads; i++)
|
||||||
{
|
{
|
||||||
guint thread_fds;
|
guint thread_fds;
|
||||||
guint ignore;
|
|
||||||
|
|
||||||
if (i == (nthreads - 1) && threads_remain > 0)
|
if (i == (nthreads - 1) && threads_remain > 0)
|
||||||
thread_fds = threads_remain;
|
thread_fds = threads_remain;
|
||||||
|
Loading…
Reference in New Issue
Block a user