X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fir1util.lisp;h=33a8d3d872505427b8abcb7e10b9cf9f65f5f020;hb=f7faed97898dd0e94a18b0d1fca03aaa0fe24ab0;hp=4f433b16286f889a80715e20ba18d938006e216b;hpb=f7a78dd3554bd977b006e5da349a11d4e8463bb5;p=sbcl.git diff --git a/src/compiler/ir1util.lisp b/src/compiler/ir1util.lisp index 4f433b1..33a8d3d 100644 --- a/src/compiler/ir1util.lisp +++ b/src/compiler/ir1util.lisp @@ -598,7 +598,6 @@ dx arg recheck-component))) (ref (let* ((other (trivial-lambda-var-ref-lvar use))) - (print (list :ref use other)) (unless (eq other lvar) (handle-nested-dynamic-extent-lvars dx other recheck-component)))))))