]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove obsolete comment
authorTom Tromey <tom@tromey.com>
Sun, 12 Aug 2018 21:29:35 +0000 (15:29 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 14 Aug 2018 00:11:39 +0000 (18:11 -0600)
* lisp/emacs-lisp/bytecomp.el (byte-compile-out-tag): Remove comment.

lisp/emacs-lisp/bytecomp.el

index ee28e61800d9a0d7890d379807cd129fd8948698..6fe1ab00d04bd1467f0ee39752f93f54cb9ec619 100644 (file)
@@ -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))))