Browse Source

actually scrub it, dont just comment it out

Mike Frysinger 17 years ago
parent
commit
6d0da6b2db
1 changed files with 0 additions and 5 deletions
  1. 0 5
      test/dlopen/libtest2.c

+ 0 - 5
test/dlopen/libtest2.c

@@ -1,9 +1,6 @@
 #include <stdio.h>
 #include <pthread.h>
 
-
-//extern int __pthread_mutex_init (void);
-
 void __attribute__((constructor)) libtest2_ctor(void)
 {
     printf("libtest2: constructor!\n");
@@ -34,5 +31,3 @@ int libtest2_func(const char *s)
     function2();
     return 0;
 }
-
-