From: Ralf Wildenhues Date: Sun, 28 Nov 2004 19:40:46 +0000 (+0000) Subject: * libltdl/loaders/loadlibrary.c: Remove unneeded X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1903d8b2f184163977da4bfb1e1e9324847dfa9c;p=thirdparty%2Flibtool.git * libltdl/loaders/loadlibrary.c: Remove unneeded file-static variable. --- diff --git a/ChangeLog b/ChangeLog index 8fe57aaee..e957de4c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-28 Ralf Wildenhues + + * libltdl/loaders/loadlibrary.c: Remove unneeded + file-static variable. + 2004-11-27 Bob Friesenhahn * config/ltmain.m4sh: Add fully-qualified paths to temp_rpath diff --git a/libltdl/loaders/loadlibrary.c b/libltdl/loaders/loadlibrary.c index ace878c74..747d6b42b 100644 --- a/libltdl/loaders/loadlibrary.c +++ b/libltdl/loaders/loadlibrary.c @@ -85,10 +85,6 @@ get_vtable (lt_user_data loader_data) #include -/* Forward declaration; required to implement handle search below. */ -static lt_dlhandle handles; - - /* A function called through the vtable to open a module with this loader. Returns an opaque representation of the newly opened module for processing with this loader's other vtable functions. */