From: Tom Tromey <tom@tromey.com> Date: Sun, 12 Aug 2018 21:29:35 +0000 (-0600) Subject: Remove obsolete comment X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=62d9c0cf9c20fb00ea221ac4bb0391c67fecdafc;p=emacs.git Remove obsolete comment * lisp/emacs-lisp/bytecomp.el (byte-compile-out-tag): Remove comment. --- diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index ee28e61800d..6fe1ab00d04 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -4819,7 +4819,6 @@ binding slots have been popped." (setq byte-compile-output (cons tag byte-compile-output)) (if (cdr (cdr tag)) (progn - ;; ## remove this someday (and byte-compile-depth (not (= (cdr (cdr tag)) byte-compile-depth)) (error "Compiler bug: depth conflict at tag %d" (car (cdr tag))))