mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-12 20:24:04 +02:00
gpoll: Remove unused variable
Fixes commit 3baf1f1a73
.
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user