From b4f9fe29199306a1e51ef31ac4b5aeea7b1ab18b Mon Sep 17 00:00:00 2001 From: ttate Date: Sun, 9 Jun 2002 17:56:34 +0000 Subject: Get rid of rb_dl_set_callback() and rb_dl_get_callback(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2533 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/dl/dl.def | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext') diff --git a/ext/dl/dl.def b/ext/dl/dl.def index cf50b0946..f537ab247 100644 --- a/ext/dl/dl.def +++ b/ext/dl/dl.def @@ -6,9 +6,7 @@ dlrealloc dlstrdup rb_ary_to_ptr rb_dl_dlopen -rb_dl_get_callback rb_dl_malloc -rb_dl_set_callback rb_dl_strdup rb_eDLError rb_eDLTypeError -- cgit