mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-21 17:37:53 +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++)
|
||||
{
|
||||
guint thread_fds;
|
||||
guint ignore;
|
||||
|
||||
if (i == (nthreads - 1) && threads_remain > 0)
|
||||
thread_fds = threads_remain;
|
||||
|
Reference in New Issue
Block a user