]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
(sys_wll_init): Deleted. No longer required. And this time,
authorGary V. Vaughan <gary@gnu.org>
Thu, 3 Feb 2000 12:33:06 +0000 (12:33 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 3 Feb 2000 12:33:06 +0000 (12:33 +0000)
with feeling!
(sys_wll_exit): Ditto.

ChangeLog
libltdl/ltdl.c

index 7b26592dd63b6713d87b5f8dea4c0c3c4aa5d4a1..e3aeb70c7be0fe90acab6f94ab35b6a9e8830a3b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-02-03  Gary V. Vaughan  <gary@oranda.demon.co.uk>
+
+       (sys_wll_init): Deleted.  No longer required.  And this time,
+       with feeling!
+       (sys_wll_exit): Ditto.
+
 2000-02-02  Gary V. Vaughan  <gary@oranda.demon.co.uk>
 
        * NEWS: updated.
index 76d90c2b59d3b20c0bcc9d0afae7fc455f299269..2276810aaa9360130e5c410fdd165e1239a87e2f 100644 (file)
@@ -431,18 +431,6 @@ sys_shl = { 0, sys_shl_open, sys_shl_close, sys_shl_sym, 0 };
 
 #include <windows.h>
 
-static int
-sys_wll_init LTDL_PARAMS((void))
-{
-       return 0;
-}
-
-static int
-sys_wll_exit LTDL_PARAMS((void))
-{
-       return 0;
-}
-
 /* Forward declaration; required to implement handle search below. */
 static lt_dlhandle handles;