From 9503345f12b53b0c5f8eee9611aedec7ffe0b185 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 13 Sep 2012 09:58:58 -0700 Subject: Remove unused __rtld_lock_init_recursive macro --- bits/libc-lock.h | 1 - 1 file changed, 1 deletion(-) (limited to 'bits/libc-lock.h') diff --git a/bits/libc-lock.h b/bits/libc-lock.h index 6b215c575f..d372722b95 100644 --- a/bits/libc-lock.h +++ b/bits/libc-lock.h @@ -49,7 +49,6 @@ /* Same as last but this time we initialize a recursive mutex. */ #define __libc_lock_init_recursive(NAME) -#define __rtld_lock_init_recursive(NAME) /* Finalize the named lock variable, which must be locked. It cannot be used again until __libc_lock_init is called again on it. This must be -- cgit 1.4.1