Remove spurious debugging code.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 9 Apr 2007 16:33:01 +0000 (16:33 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 9 Apr 2007 16:33:01 +0000 (16:33 +0000)
lisp/emacs-lisp/byte-opt.el

index 93d76c5..5215e6e 100644 (file)
                    (eq tmp 'error-free)
                    ;; Detect the expansion of (pop foo).
                    ;; There is no need to compile the call to `car' there.
-                   (progn (setq foo (list form fn)) nil)
                    (and (eq fn 'car)
                         (eq (car-safe (cadr form)) 'prog1)
                         (let ((var (cadr (cadr form)))