Fix build
authorIan Lynagh <igloo@earth.li>
Wed, 20 Jan 2010 16:31:01 +0000 (16:31 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 20 Jan 2010 16:31:01 +0000 (16:31 +0000)
Remove a prototype of a function that wasn't defined

rts/Linker.c

index 3b419f2..91354a3 100644 (file)
@@ -1101,7 +1101,6 @@ static int linker_init_done = 0 ;
 static void *dl_prog_handle;
 static regex_t re_invalid;
 static regex_t re_realso;
-static void initLinkerCleanup( void );
 #ifdef THREADED_RTS
 static Mutex dl_mutex; // mutex to protect dlopen/dlerror critical section
 #endif