diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-12-16 19:18:08 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-12-16 19:18:08 +0000 |
commit | 6d0da6b2dbe81d33ceb949787eeafe1931e73865 (patch) | |
tree | 271442e59abd044db1bfcf365b737befcba43d4f /test/dlopen | |
parent | 0955b708c0f7657cb8cd0f1c64595f26f586f629 (diff) |
actually scrub it, dont just comment it out
Diffstat (limited to 'test/dlopen')
-rw-r--r-- | test/dlopen/libtest2.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/dlopen/libtest2.c b/test/dlopen/libtest2.c index 0b302daa6..529f8bb66 100644 --- a/test/dlopen/libtest2.c +++ b/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; } - - |