summaryrefslogtreecommitdiff
path: root/Lisp/libobjcl.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2007-09-21 01:28:21 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2007-09-21 01:28:21 +0200
commitc9d12c3ac0b14ec509ab63ac8d915bcf33f5ae06 (patch)
tree8c6686055ecc1bb0029d383bcf0180d90ceb567d /Lisp/libobjcl.lisp
parentdccb7b26e4999d0c0c6a44cc1cae585bfdd92863 (diff)
Objective-C layer: Remove the code needed by the obsolete version of INVOKE-BY-NAME.
darcs-hash:e0df5f7b1d7a3aa5e06170dbe318b31ebeb73241
Diffstat (limited to 'Lisp/libobjcl.lisp')
-rw-r--r--Lisp/libobjcl.lisp7
1 files changed, 0 insertions, 7 deletions
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)