Explorar o código

actually scrub it, dont just comment it out

Mike Frysinger %!s(int64=19) %!d(string=hai) anos
pai
achega
6d0da6b2db
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  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;
 }
-
-