mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +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;
|
GCond *wait_queue;
|
||||||
} WaitAddress;
|
} WaitAddress;
|
||||||
|
|
||||||
static GSList *g_futex_address_list;
|
|
||||||
static GMutex *g_futex_mutex;
|
|
||||||
|
|
||||||
static WaitAddress *
|
static WaitAddress *
|
||||||
g_futex_find_address (const volatile gint *address)
|
g_futex_find_address (const volatile gint *address)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user