From 6d0da6b2dbe81d33ceb949787eeafe1931e73865 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 16 Dec 2006 19:18:08 +0000 Subject: actually scrub it, dont just comment it out --- test/dlopen/libtest2.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'test') 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 #include - -//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; } - - -- cgit v1.2.3