X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpcl%2Fmethods.lisp;h=9bf5e04747cb26cc0945fcc9de21f13ad838f8b9;hb=cf0b72cd4052a09b9a305081524bd44e2948c1e5;hp=d8ce44ca01fe6aaced66334c450c17e5efca95b9;hpb=562e48a2bd3467121e24214110e535c841fbb622;p=sbcl.git diff --git a/src/pcl/methods.lisp b/src/pcl/methods.lisp index d8ce44c..9bf5e04 100644 --- a/src/pcl/methods.lisp +++ b/src/pcl/methods.lisp @@ -1539,11 +1539,6 @@ ((gf-precompute-dfun-and-emf-p arg-info) (multiple-value-bind (dfun cache info) (make-final-dfun-internal gf) - ;; FIXME: What does the next comment mean? Presumably it - ;; refers to the age-old implementation where cache vectors - ;; where cached resources? Also, the first thing UPDATE-DFUN - ;; does it SET-DFUN, so do we really need it here? - (set-dfun gf dfun cache info) ; lest the cache be freed twice (update-dfun gf dfun cache info)))))) (defmethod (setf class-name) (new-value class)