g_bit_lock: remove double variable declarations
authorRyan Lortie <desrt@desrt.ca>
Mon, 1 Feb 2010 23:30:57 +0000 (18:30 -0500)
committerRyan Lortie <desrt@desrt.ca>
Mon, 1 Feb 2010 23:32:34 +0000 (18:32 -0500)
commite2bc5c21122b0a0703524a37df6cef43577a46f7
tree9c4cda0de093f71162b06325ba5fd45eb7830fea
parent27a080537efdb8660c62445427b53fc29735f304
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>.
glib/gbitlock.c