From a2078a78922aa516376f2a0414d39b075b163244 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 20 Jan 2010 16:31:01 +0000 Subject: [PATCH] Fix build Remove a prototype of a function that wasn't defined --- rts/Linker.c | 1 - 1 file changed, 1 deletion(-) diff --git a/rts/Linker.c b/rts/Linker.c index 3b419f2..91354a3 100644 --- a/rts/Linker.c +++ b/rts/Linker.c @@ -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 -- 1.7.10.4