]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/loaders/loadlibrary.c: Remove unneeded
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 28 Nov 2004 19:40:46 +0000 (19:40 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 28 Nov 2004 19:40:46 +0000 (19:40 +0000)
file-static variable.

ChangeLog
libltdl/loaders/loadlibrary.c

index 8fe57aaeefc623041d99cdcad5e8b1a89faf1679..e957de4c72d6e484d7a68d61a652eadf33e2a98d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * libltdl/loaders/loadlibrary.c: Remove unneeded
+       file-static variable.
+
 2004-11-27  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
 
        * config/ltmain.m4sh: Add fully-qualified paths to temp_rpath
index ace878c74a2295a68d3ec523073535e57328f1a7..747d6b42b72fef5da31f3c7386298e78e5469a76 100644 (file)
@@ -85,10 +85,6 @@ get_vtable (lt_user_data loader_data)
 
 #include <windows.h>
 
-/* 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.  */