diff options
Diffstat (limited to 'Lisp/method-definition.lisp')
-rw-r--r-- | Lisp/method-definition.lisp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Lisp/method-definition.lisp b/Lisp/method-definition.lisp index b4d5835..88c2a2d 100644 --- a/Lisp/method-definition.lisp +++ b/Lisp/method-definition.lisp @@ -507,14 +507,3 @@ __define-objective-c-generic-function__. :return-type (or return-type :id) :argument-types argument-types new-initargs))) - - -#+(or) -(defgeneric bla (x y z &rest r) - (:generic-function-class objective-c-generic-function) - (:method-class objective-c-method)) - -#+(or) -(defmethod bla :abc ((x number) (y symbol) c &rest r) - (declare (ignore c r)) - (+ x 3)) |