From: Chong Yidong Date: Mon, 9 Apr 2007 16:33:01 +0000 (+0000) Subject: Remove spurious debugging code. X-Git-Tag: emacs-pretest-22.0.98~174 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e5a858825f5b88aba7c41eced26f43974cbed89e;p=emacs.git Remove spurious debugging code. --- diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index 93d76c52076..5215e6e9db7 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el @@ -534,7 +534,6 @@ (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)))