diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/misc/pthread/weaks.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libc/misc/pthread/weaks.c b/libc/misc/pthread/weaks.c index 90b4f5494..89c26110c 100644 --- a/libc/misc/pthread/weaks.c +++ b/libc/misc/pthread/weaks.c @@ -23,7 +23,6 @@ static int __pthread_return_0 __P ((void)); static int __pthread_return_1 __P ((void)); -static void __pthread_return_void __P ((void)); /**********************************************************************/ /* Weaks for application/library use. @@ -118,8 +117,3 @@ __pthread_return_1 (void) { return 1; } - -static void -__pthread_return_void (void) -{ -} |