Browse Source

punt unused __pthread_return_void func

Mike Frysinger 20 years ago
parent
commit
a8ac67a474
1 changed files with 0 additions and 6 deletions
  1. 0 6
      libc/misc/pthread/weaks.c

+ 0 - 6
libc/misc/pthread/weaks.c

@@ -23,7 +23,6 @@
 
 
 static int __pthread_return_0 __P ((void));
 static int __pthread_return_0 __P ((void));
 static int __pthread_return_1 __P ((void));
 static int __pthread_return_1 __P ((void));
-static void __pthread_return_void __P ((void));
 
 
 /**********************************************************************/
 /**********************************************************************/
 /* Weaks for application/library use.
 /* Weaks for application/library use.
@@ -118,8 +117,3 @@ __pthread_return_1 (void)
 {
 {
   return 1;
   return 1;
 }
 }
-
-static void
-__pthread_return_void (void)
-{
-}