1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-17 15:37:52 +02: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:
Ryan Lortie
2010-02-01 18:30:57 -05:00
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)
{