From c9d12c3ac0b14ec509ab63ac8d915bcf33f5ae06 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Fri, 21 Sep 2007 01:28:21 +0200 Subject: Objective-C layer: Remove the code needed by the obsolete version of INVOKE-BY-NAME. darcs-hash:e0df5f7b1d7a3aa5e06170dbe318b31ebeb73241 --- Lisp/libobjcl.lisp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Lisp/libobjcl.lisp') diff --git a/Lisp/libobjcl.lisp b/Lisp/libobjcl.lisp index 85dfc45..33bc460 100644 --- a/Lisp/libobjcl.lisp +++ b/Lisp/libobjcl.lisp @@ -25,13 +25,6 @@ (defcfun ("objcl_shutdown_runtime" %shutdown-runtime) :void) -(defcfun ("objcl_invoke_method" - %objcl-invoke-method) obj-data - (receiver obj-data) - (method-selector :pointer) - (argc :int) - &rest) - (defcfun ("objcl_invoke_with_types" %objcl-invoke-with-types) :pointer (argc :int) (return_typespec :string) -- cgit v1.2.3