From ade92ab63b187d768ae74e38355f8d0210a50253 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Thu, 3 Feb 2000 12:33:06 +0000 Subject: [PATCH] (sys_wll_init): Deleted. No longer required. And this time, with feeling! (sys_wll_exit): Ditto. --- ChangeLog | 6 ++++++ libltdl/ltdl.c | 12 ------------ 2 files changed, 6 insertions(+), 12 deletions(-) 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; -- 2.47.3