mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-14 19:55:12 +01:00
g_bit_lock: remove double variable declarations
Remove double declaration of local static variables used for futex emulation. Problem found by Haakon Sporsheim <haakon.sporsheim@gmail.com>.
This commit is contained in:
parent
27a080537e
commit
e2bc5c2112
@ -111,9 +111,6 @@ typedef struct
|
||||
GCond *wait_queue;
|
||||
} WaitAddress;
|
||||
|
||||
static GSList *g_futex_address_list;
|
||||
static GMutex *g_futex_mutex;
|
||||
|
||||
static WaitAddress *
|
||||
g_futex_find_address (const volatile gint *address)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user