X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpcl%2Fdfun.lisp;h=6337b611b68f8bba06b61d99f4b147b962af1ab6;hb=2912f5f6c2acb2da3b9fcc0f5afd1ca89782a9f8;hp=5723f6c2cde7d84d0babd3552d16d9079f16f820;hpb=e972550db41da8a21a89d0215670de70802bd3ee;p=sbcl.git diff --git a/src/pcl/dfun.lisp b/src/pcl/dfun.lisp index 5723f6c..6337b61 100644 --- a/src/pcl/dfun.lisp +++ b/src/pcl/dfun.lisp @@ -1476,9 +1476,7 @@ Except see also BREAK-VICIOUS-METACIRCLE. -- CSR, 2003-05-28 (return (setf (third c) t)))) (return nil)))))) -(defvar *in-precompute-effective-methods-p* nil) - -;used only in map-all-orders +;;; CMUCL comment: used only in map-all-orders (defun class-might-precede-p (class1 class2) (if (not *in-precompute-effective-methods-p*) (not (member class1 (cdr (class-precedence-list class2))))