X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fdefcombin.lisp;h=c649f244c3fc2e5f9c11764f3fd6ab6f6f939182;hb=310aee0b439b715a5ec242862ab0a4d254e123b5;hp=21e886f2c8b8dc668690d8ca3142c93308106585;hpb=b9915e9a838059473beb4fa03a6410eb8d6b68e3;p=sbcl.git diff --git a/src/pcl/defcombin.lisp b/src/pcl/defcombin.lisp index 21e886f..c649f24 100644 --- a/src/pcl/defcombin.lisp +++ b/src/pcl/defcombin.lisp @@ -56,15 +56,6 @@ ;;;; method combination object just reads the parameters out of the object ;;;; and runs the same rule. -(defclass short-method-combination (standard-method-combination) - ((operator - :reader short-combination-operator - :initarg :operator) - (identity-with-one-argument - :reader short-combination-identity-with-one-argument - :initarg :identity-with-one-argument)) - (:predicate-name short-method-combination-p)) - (defun expand-short-defcombin (whole) (let* ((type (cadr whole)) (documentation