X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fcombin.lisp;h=d04a904a014bf11a50b268c055880dd9d3905860;hb=cea4896b2482b7b2b429c1631d774b4cfbc0efba;hp=e61f22f85d13131ca0ebe32b1c68f6e8cf7eb424;hpb=c3f281f5c34b55170ac43a4679f1528b8bb7c703;p=sbcl.git diff --git a/src/pcl/combin.lisp b/src/pcl/combin.lisp index e61f22f..d04a904 100644 --- a/src/pcl/combin.lisp +++ b/src/pcl/combin.lisp @@ -22,9 +22,6 @@ ;;;; specification. (in-package "SB-PCL") - -(sb-int:file-comment - "$Header$") (defun get-method-function (method &optional method-alist wrappers) (let ((fn (cadr (assoc method method-alist))))