From: Gary V. Vaughan Date: Thu, 3 Feb 2000 12:33:06 +0000 (+0000) Subject: (sys_wll_init): Deleted. No longer required. And this time, X-Git-Tag: release-1-3d~201 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ade92ab63b187d768ae74e38355f8d0210a50253;p=thirdparty%2Flibtool.git (sys_wll_init): Deleted. No longer required. And this time, with feeling! (sys_wll_exit): Ditto. --- diff --git a/ChangeLog b/ChangeLog index 7b26592dd..e3aeb70c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-02-03 Gary V. Vaughan + + (sys_wll_init): Deleted. No longer required. And this time, + with feeling! + (sys_wll_exit): Ditto. + 2000-02-02 Gary V. Vaughan * NEWS: updated. diff --git a/libltdl/ltdl.c b/libltdl/ltdl.c index 76d90c2b5..2276810aa 100644 --- a/libltdl/ltdl.c +++ b/libltdl/ltdl.c @@ -431,18 +431,6 @@ sys_shl = { 0, sys_shl_open, sys_shl_close, sys_shl_sym, 0 }; #include -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;