| Index: sysdeps/nacl/futex_emulation.c
|
| diff --git a/sysdeps/nacl/futex_emulation.c b/sysdeps/nacl/futex_emulation.c
|
| index 914e5d0c10984d98440b1f2a35547ddb541ad2ba..e84831fd7ae1a8755721549bfb1d0fb1cea49aa2 100644
|
| --- a/sysdeps/nacl/futex_emulation.c
|
| +++ b/sysdeps/nacl/futex_emulation.c
|
| @@ -15,11 +15,6 @@ void __nacl_futex_init (void)
|
| __nacl_irt_mutex_create (&global_futex_emulation_mutex_desc);
|
| }
|
|
|
| -void __nacl_futex_fini (void)
|
| -{
|
| - __nacl_irt_mutex_destroy (global_futex_emulation_mutex_desc);
|
| -}
|
| -
|
| int __nacl_futex_wait (volatile int *addr, int val, unsigned int bitset,
|
| const struct timespec *timeout)
|
| {
|
|
|