소스 검색

actually scrub it, dont just comment it out

Mike Frysinger 19 년 전
부모
커밋
6d0da6b2db
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  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;
 }
-
-